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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薐矩┏ | 111001010101001010001011111010011000010010101100 | e5528be984ac |
EUC-JP | 薐矩┏ | 111010011011001110110110111010111010100010101110 | e9b3b6eba8ae |
UTF-8 | 薐矩┏ | 111010001001011010010000111001111001111110101001111000101001010010001111 | e89690e79fa9e2948f |
UHC | ?矩┏ | 0011111111001111101110111010011010101110 | 3fcfbba6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)