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 | 莠咥莠咥^ | 111001001011101010011001111110001110010010111010100110011111100001011110 | e4ba99f8e4ba99f85e |
EUC-JP | 莠咥莠咥^ | 111010001011110011010010111110101110100010111100110100101111101001011110 | e8bcd2fae8bcd2fa5e |
UTF-8 | 莠咥莠咥^ | 11101000100011101010000011100101100100101010010111101000100011101010000011100101100100101010010101011110 | e88ea0e592a5e88ea0e592a55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)