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 | 豁ェ繧殊ス | 1110011010101101101010101110001110000010100011101110101010111101 | e6adaae3828eeabd |
EUC-JP | 豁ェ繧殊ス | 11101100101011111000111010101010111001011110001010111100111011001000111010111101 | ecaf8eaae5e2bcec8ebd |
UTF-8 | 豁ェ繧殊ス | 111010001011000110000001111011111011110110101010111001111011100110100111111001101010111010001010111011111011110110111101 | e8b181efbdaae7b9a7e6ae8aefbdbd |
UHC | 豁??殊? | 11111100110000110011111100111111111000101010100000111111 | fcc33f3fe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)