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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 莟醐蒐F | 11100100101011111000110011101101100011110100111001000110 | e4af8ced8f4e46 |
EUC-JP | 莟醐蒐F | 11101000101100011011100011101111101111011010111101000110 | e8b1b8efbdaf46 |
UTF-8 | 莟醐蒐F | 11101000100011101001111111101001100001101001000011101000100100101001000001000110 | e88e9fe98690e8929046 |
UHC | ??蒐F | 0011111100111111111000101011110101000110 | 3f3fe2bd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)