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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 號?? | 11100101011010100011111100111111 | e56a3f3f |
EUC-JP | 號泮? | 111010011100101110001111110001111010100000111111 | e9cb8fc7a83f |
UTF-8 | 號泮렕 | 111010001001100110011111111001101011001110101110111010111010000010010101 | e8999fe6b3aeeba095 |
UHC | 號泮렕 | 111110111101110011011010111010101000111010101010 | fbdcdaea8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)