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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牆?訊? | 111000001010110100111111100100000111010100111111 | e0ad3f90753f |
EUC-JP | 牆?訊? | 111000001010111100111111101111111101011000111111 | e0af3fbfd63f |
UTF-8 | 牆렟訊렣 | 111001111000100110000110111010111010000010011111111010001010100010001010111010111010000010100011 | e78986eba09fe8a88aeba0a3 |
UHC | 牆렟訊렣 | 1110110111101101100011101011000011100011111100101000111010110100 | eded8eb0e3f28eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)