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 | 蓐唯潭 | 111001001110101010010111010000101110000001001011 | e4ea9742e04b |
EUC-JP | 蓐唯潭 | 111010001110110011001101101000111101111110101100 | e8eccda3dfac |
UTF-8 | 蓐唯潭 | 111010001001001110010000111001011001010010101111111001101011110110101101 | e89390e594afe6bdad |
UHC | ?唯潭 | 0011111111101010111001101101001111000001 | 3feae6d3c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)