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 | 績冀撫? | 10010000110100011001100101100010100101011000111100111111 | 90d19962958f3f |
EUC-JP | 績冀撫? | 11000000110100111101000111000011110010011110111100111111 | c0d3d1c3c9ef3f |
UTF-8 | 績冀撫泥 | 111001111011100010111110111001011000011010000000111001101001001010101011111011111010011110100011 | e7b8bee58680e692abefa7a3 |
UHC | 績冀撫泥 | 1110111011100000110100001110110111011001111010001110110010110010 | eee0d0edd9e8ecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)