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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 畯??^ | 1111101101101111001111110011111101011110 | fb6f3f3f5e |
EUC-JP | 畯??^ | 100011111100110110111011001111110011111101011110 | 8fcdbb3f3f5e |
UTF-8 | 畯얍륑^ | 11100111100101011010111111101100100101101000110111101011101001011001000101011110 | e795afec968deba5915e |
UHC | 畯얍륑^ | 11110001111000011011111011100101101101111111100001011110 | f1e1bee5b7f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)