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 | 豼簿立 | 111001101011111110010101111010111001011110100111 | e6bf95eb97a7 |
EUC-JP | 豼簿立 | 111011001100000111001010111011011100111010101001 | ecc1caedcea9 |
UTF-8 | 豼簿立 | 111010001011000110111100111001111011000010111111111001111010101110001011 | e8b1bce7b0bfe7ab8b |
UHC | ?簿立 | 0011111111011101101011011101100010100001 | 3fddadd8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)