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 | 霍滄∟ | 111010001011011110011111111010011000011110011000 | e8b79fe98798 |
EUC-JP | 霍滄? | 1111000010111001110111101110101100111111 | f0b9deeb3f |
UTF-8 | 霍滄∟ | 111010011001110010001101111001101011101110000100111000101000100010011111 | e99c8de6bb84e2889f |
UHC | ?滄? | 00111111111100111110011100111111 | 3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)