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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 庸??庸??B | 100101110110011000111111001111111001011101100110001111110011111101000010 | 97663f3f97663f3f42 |
EUC-JP | 庸??庸??B | 110011011100011100111111001111111100110111000111001111110011111101000010 | cdc73f3fcdc73f3f42 |
UTF-8 | 庸롳쨴庸롳쨴B | 11100101101110101011100011101011101000011011001111101100101010001011010011100101101110101011100011101011101000011011001111101100101010001011010001000010 | e5bab8eba1b3eca8b4e5bab8eba1b3eca8b442 |
UHC | 庸롳쨴庸롳쨴B | 11101001101111001000111011101111101001001000111011101001101111001000111011101111101001001000111001000010 | e9bc8eefa48ee9bc8eefa48e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)