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 | 號泮ㄴ | 111010001001100110011111111001101011001110101110111000111000010010110100 | e8999fe6b3aee384b4 |
UHC | 號泮ㄴ | 111110111101110011011010111010101010010010100100 | fbdcdaeaa4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)