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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??楡\ | 0011111100111111100111101011111001011100 | 3f3f9ebe5c |
EUC-JP | 馹?楡\ | 10001111111010011010000100111111110111001100000001011100 | 8fe9a13fdcc05c |
UTF-8 | 馹장楡\ | 11101001101001101011100111101100100111101010010111100110101001011010000101011100 | e9a6b9ec9ea5e6a5a15c |
UHC | 馹장楡\ | 11101100111100011100000011100101111010101111100001011100 | ecf1c0e5eaf85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)