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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 磴咥磴咥^ | 111000100100001110011001111110001110001001000011100110011111100001011110 | e24399f8e24399f85e |
EUC-JP | 磴咥磴咥^ | 111000111010010011010010111110101110001110100100110100101111101001011110 | e3a4d2fae3a4d2fa5e |
UTF-8 | 磴咥磴咥^ | 11100111101000111011010011100101100100101010010111100111101000111011010011100101100100101010010101011110 | e7a3b4e592a5e7a3b4e592a55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)