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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 爭?帝耿?堤 | 11100000101001010011111110010010111010011110001111010100001111111001001011100111 | e0a53f92e9e3d43f92e7 |
EUC-JP | 爭?帝耿?堤 | 11100000101001110011111111000100111010111110011011010110001111111100010011101001 | e0a73fc4ebe6d63fc4e9 |
UTF-8 | 爭렎帝耿가堤 | 111001111000100010101101111010111010000010001110111001011011100010011101111010001000000010111111111010101011000010000000111001011010000010100100 | e788adeba08ee5b89de880bfeab080e5a0a4 |
UHC | 爭렎帝耿가堤 | 111011101011001110001110101001001111000010101000110011001110101010110000101000011111000010100111 | eeb38ea4f0a8cceab0a1f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)