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 | 滸磚潁 | 100111111111010111100010010000011001111111110001 | 9ff5e2419ff1 |
EUC-JP | 滸磚潁 | 110111101111011111100011101000101101111011110011 | def7e3a2def3 |
UTF-8 | 滸磚潁 | 111001101011101110111000111001111010001110011010111001101011110110000001 | e6bbb8e7a39ae6bd81 |
UHC | 滸?潁 | 1111101111001010001111111110011110111000 | fbca3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)