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 | ??低^ | 0011111100111111100100101110000101011110 | 3f3f92e15e |
EUC-JP | ??低^ | 0011111100111111110001001110001101011110 | 3f3fc4e35e |
UTF-8 | 롘렍低^ | 11101011101000011001100011101011101000001000110111100100101111011000111001011110 | eba198eba08de4bd8e5e |
UHC | 롘렍低^ | 10001110110111001000111010100011111011101011100001011110 | 8edc8ea3eeb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)