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 | 碎螻貌 | 111000011110101011100101101100011001011001100101 | e1eae5b19665 |
EUC-JP | 碎螻貌 | 111000101110110011101010101100111100101111000110 | e2eceab3cbc6 |
UTF-8 | 碎螻貌 | 111001111010001010001110111010001001111010111011111010001011001010001100 | e7a28ee89ebbe8b28c |
UHC | 碎?貌 | 1110000111101111001111111101100111001001 | e1ef3fd9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)