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 | 蒡硝、 | 1110010011101110100011111100100110100100 | e4ee8fc9a4 |
EUC-JP | 蒡硝、 | 111010001111000010111110110010111000111010100100 | e8f0becb8ea4 |
UTF-8 | 蒡硝、 | 111010001001001010100001111001111010000110011101111011111011110110100100 | e892a1e7a19defbda4 |
UHC | 蒡硝? | 1101101110111100111101011010011000111111 | dbbcf5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)