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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ラH | 11010111111110010101110101001000 | d7f95d48 |
EUC-JP | ラ?H | 10001110110101110011111101001000 | 8ed73f48 |
UTF-8 | ラH | 11101111101111101001011111101110100110101011100101001000 | efbe97ee9ab948 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)