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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??蒸?B | 001111110011111110001111111101100011111101000010 | 3f3f8ff63f42 |
EUC-JP | 勖?蒸?B | 1000111110110011111011010011111110111110111110000011111101000010 | 8fb3ed3fbef83f42 |
UTF-8 | 勖렠蒸렍B | 11100101100010111001011011101011101000001010000011101000100100101011100011101011101000001000110101000010 | e58b96eba0a0e892b8eba08d42 |
UHC | 勖렠蒸렍B | 111010011110110110001110101100011111000111111010100011101010001101000010 | e9ed8eb1f1fa8ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)