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 | 闢エ闔③ | 11101000100100111011010011101000100011101000011101000010 | e893b4e88e8742 |
EUC-JP | 闢エ闔? | 11101111111100111000111010110100111011111110111000111111 | eff38eb4efee3f |
UTF-8 | 闢エ闔③ | 111010011001011110100010111011111011110110110100111010011001011110010100111000101001000110100010 | e997a2efbdb4e99794e291a2 |
UHC | 闢?闔③ | 11011100101000110011111111111001111011111010100011101001 | dca33ff9efa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)