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 | 低?年葬? | 1001001011100001001111111001010001001110100100011001001000111111 | 92e13f944e91923f |
EUC-JP | 低?年葬? | 1100010011100011001111111100011110101111110000011111001000111111 | c4e33fc7afc1f23f |
UTF-8 | 低꿴年葬렍 | 111001001011110110001110111010101011111110110100111001011011100110110100111010001001000110101100111010111010000010001101 | e4bd8eeabfb4e5b9b4e891aceba08d |
UHC | 低꿴年葬렍 | 11101110101110001011001011101001110100101011010011101101111101111000111010100011 | eeb8b2e9d2b4edf78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)