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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佃耕??孺? | 100100101100111110001101011010110011111100111111100110110111110100111111 | 92cf8d6b3f3f9b7d3f |
EUC-JP | 佃耕??孺? | 110001001101000110111001110011000011111100111111110101011101111000111111 | c4d1b9cc3f3fd5de3f |
UTF-8 | 佃耕렓렜孺뻔 | 111001001011110110000011111010001000000010010101111010111010000010010011111010111010000010011100111001011010110110111010111010111011101110010100 | e4bd83e88095eba093eba09ce5adbaebbb94 |
UHC | 佃耕렓렜孺뻔 | 111011101110110011001100111010011000111010101000100011101010111011101010111010001011101110110111 | eeeccce98ea88eaeeae8bbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)