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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邵溽ク滉B | 11100111101110001001111111100111101110001001111111100100111100111001011001000010 | e7b89fe7b89fe4f39642 |
EUC-JP | 邵溽ク滉?B | 11101110101110101101111011101001100011101011100011011110111001100011111101000010 | eebadee98eb8dee63f42 |
UTF-8 | 邵溽ク滉B | 11101001100000101011010111100110101110101011110111101111101111011011100011100110101110111000100111101110100010101000100101000010 | e982b5e6babdefbdb8e6bb89ee8a8942 |
UHC | 邵??滉?B | 1110000111010000001111110011111111111100110100010011111101000010 | e1d03f3ffcd13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)