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 | 闔顔ィョ菴 | 1110100010001110100010101110011110101000101011101110010010111101 | e88e8ae7a8aee4bd |
EUC-JP | 闔顔ィョ菴 | 11101111111011101011010011101001100011101010100010001110101011101110100010111111 | efeeb4e98ea88eaee8bf |
UTF-8 | 闔顔ィョ菴 | 111010011001011110010100111010011010000110010100111011111011110110101000111011111011110110101110111010001000111110110100 | e99794e9a194efbda8efbdaee88fb4 |
UHC | 闔顔??菴 | 1111100111101111111001001101010000111111001111111110010011100000 | f9efe4d43f3fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)