To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酌借剰カ | 10001110110111101000111011011000100011111110100010110110 | 8ede8ed88fe8b6 |
EUC-JP | 酌借剰カ | 1011110011100000101111001101101010111110111010101000111010110110 | bce0bcdabeea8eb6 |
UTF-8 | 酌借剰カ | 111010011000010110001100111001011000000010011111111001011000100110110000111011111011110110110110 | e9858ce5809fe589b0efbdb6 |
UHC | 酌借?? | 111011011100110011110011101010000011111100111111 | edccf3a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)