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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢エ迹ェ | 111010001001001110110100111001111001000110101010 | e893b4e791aa |
EUC-JP | 闢エ迹ェ | 1110111111110011100011101011010011101101111100011000111010101010 | eff38eb4edf18eaa |
UTF-8 | 闢エ迹ェ | 111010011001011110100010111011111011110110110100111010001011111110111001111011111011110110101010 | e997a2efbdb4e8bfb9efbdaa |
UHC | 闢?迹? | 110111001010001100111111111011101110100100111111 | dca33feee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)