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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貉ソ驥域 | 111001101011100110111111111010011000011110001000111001101111010010111110 | e6b9bfe98788e6f4be |
EUC-JP | 貉ソ驥域? | 111011001011101110001110101111111111000111100111101100001110100000111111 | ecbb8ebff1e7b0e83f |
UTF-8 | 貉ソ驥域 | 111010001011001010001001111011111011110110111111111010011010100110100101111001011001111110011111111011101000110110101101 | e8b289efbdbfe9a9a5e59f9fee8dad |
UHC | ??驥域? | 00111111001111111101000111001010111001101011010000111111 | 3f3fd1cae6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)