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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?飴?飴B | 00111111100010001011100100111111100010001011100101000010 | 3f88b93f88b942 |
EUC-JP | ?飴?飴B | 00111111101100001011101100111111101100001011101101000010 | 3fb0bb3fb0bb42 |
UTF-8 | 뤺飴뤺飴B | 11101011101001001011101011101001101000111011010011101011101001001011101011101001101000111011010001000010 | eba4bae9a3b4eba4bae9a3b442 |
UHC | 뤺飴뤺飴B | 100011111110100011101100110001111000111111101000111011001100011101000010 | 8fe8ecc78fe8ecc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)