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 | ?× | 0011111111010111 | 3fd7 |
SJIS-WIN | 義× | 10001011011000001000000101111110 | 8b60817e |
EUC-JP | 義× | 10110101110000011010000111011111 | b5c1a1df |
UTF-8 | 義× | 1110011110111110101010011100001110010111 | e7bea9c397 |
UHC | 義× | 11101011111110011010000110111111 | ebf9a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)