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 | 腺?腺?^ | 10010001010000100011111110010001010000100011111101011110 | 91423f91423f5e |
EUC-JP | 腺?腺?^ | 11000001101000110011111111000001101000110011111101011110 | c1a33fc1a33f5e |
UTF-8 | 腺鐥腺鐥^ | 11101000100001011011101011101001100100001010010111101000100001011011101011101001100100001010010101011110 | e885bae990a5e885bae990a55e |
UHC | 腺鐥腺鐥^ | 111000001100110111100000110101101110000011001101111000001101011001011110 | e0cde0d6e0cde0d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)