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 | 樗?運 | 1001001010010100001111111000100101011110 | 92943f895e |
EUC-JP | 樗?運 | 1100001111110100001111111011000110111111 | c3f43fb1bf |
UTF-8 | 樗렜運 | 111001101010100010010111111010111010000010011100111010011000000110001011 | e6a897eba09ce9818b |
UHC | 樗렜運 | 111011101100000010001110101011101110101010100001 | eec08eaeeaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)