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 | 疥沽鑾 | 111000010110110110011111100110001110100001110101 | e16d9f98e875 |
EUC-JP | 疥沽鑾 | 111000011100111011011101111110001110111111010110 | e1ceddf8efd6 |
UTF-8 | 疥沽鑾 | 111001111001011010100101111001101011001010111101111010011001000110111110 | e796a5e6b2bde991be |
UHC | 疥沽? | 1100101111001010110011011011111100111111 | cbcacdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)