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 | ??¿ | 001111110011111110111111 | 3f3fbf |
SJIS-WIN | 熱?? | 10010100010011010011111100111111 | 944d3f3f |
EUC-JP | 熱?¿ | 110001111010111000111111100011111010001011000100 | c7ae3f8fa2c4 |
UTF-8 | 熱뗧¿ | 1110011110000110101100011110101110010111101001111100001010111111 | e786b1eb97a7c2bf |
UHC | 熱뗧¿ | 111001101111000010001011111001111010001010101111 | e6f08be7a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)