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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎?畯?迂 | 1001001011110101001111111111101101101111001111111000100101001001 | 92f53ffb6f3f8949 |
EUC-JP | 禎?畯?迂 | 110001001111011100111111100011111100110110111011001111111011000110101010 | c4f73f8fcdbb3fb1aa |
UTF-8 | 禎렦畯렜迂 | 111001111010011010001110111010111010000010100110111001111001010110101111111010111010000010011100111010001011111110000010 | e7a68eeba0a6e795afeba09ce8bf82 |
UHC | 禎렦畯렜迂 | 11101111111011101000111010110101111100011110000110001110101011101110100111100110 | efee8eb5f1e18eaee9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)