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 | 畏校撚^ | 10001000110110001000110101011010100101000101000101011110 | 88d88d5a94515e |
EUC-JP | 畏校撚^ | 10110000110110101011100110111011110001111011001001011110 | b0dab9bbc7b25e |
UTF-8 | 畏校撚^ | 11100111100101011000111111100110101000001010000111100110100100101001101001011110 | e7958fe6a0a1e6929a5e |
UHC | 畏校撚^ | 11101000111001101100111011101000110100101011010101011110 | e8e6cee8d2b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)