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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 腺?^ | 10010001010000100011111101011110 | 91423f5e |
EUC-JP | 腺?^ | 11000001101000110011111101011110 | c1a33f5e |
UTF-8 | 腺鐥^ | 11101000100001011011101011101001100100001010010101011110 | e885bae990a55e |
UHC | 腺鐥^ | 1110000011001101111000001101011001011110 | e0cde0d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)