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 | 髴廿蛻繧イ | 111010011001110010010011111110011110010110001000111000111000001010110010 | e99c93f9e588e382b2 |
EUC-JP | 髴廿蛻繧イ | 11110001111111001100011011111011111010011110100011100101111000101000111010110010 | f1fcc6fbe9e8e5e28eb2 |
UTF-8 | 髴廿蛻繧イ | 111010011010101110110100111001011011101110111111111010001001101110111011111001111011100110100111111011111011110110110010 | e9abb4e5bbbfe89bbbe7b9a7efbdb2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)