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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | 臾??@儀 | 11100100011010110011111100111111010000001000101101010110 | e46b3f3f408b56 |
EUC-JP | 臾??@儀 | 11100111110011000011111100111111010000001011010110110111 | e7cc3f3f40b5b7 |
UTF-8 | 臾룸쥙@儀 | 11101000100001111011111011101011101000111011100011101100101001011001100101000000111001011000010010000000 | e887beeba3b8eca59940e58480 |
UHC | 臾룸쥙@儀 | 111010111010110010110111111010111010001010001110010000001110101111110000 | ebacb7eba28e40ebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)