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 | 1000111011011111100101000101011101001000 | 8edf945748 |
EUC-JP | 釈埜H | 1011110011100001110001111011100001001000 | bce1c7b848 |
UTF-8 | 釈埜H | 11101001100001111000100011100101100111111001110001001000 | e98788e59f9c48 |
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)