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 | 10010010011100100011111110010010100101000011111111100000100111100011111101000010 | 92723f92943fe09e3f42 |
EUC-JP | 池?樗?燼?B | 11000011110100110011111111000011111101000011111111011111111111100011111101000010 | c3d33fc3f43fdffe3f42 |
UTF-8 | 池렠樗렡燼렒B | 11100110101100011010000011101011101000001010000011100110101010001001011111101011101000001010000111100111100001111011110011101011101000001001001001000010 | e6b1a0eba0a0e6a897eba0a1e787bceba09242 |
UHC | 池렠樗렡燼렒B | 11110010101011101000111010110001111011101100000010001110101100101110001111101000100011101010011101000010 | f2ae8eb1eec08eb2e3e88ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)