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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 銑D銑D^ | 10010001010011000100010010010001010011000100010001011110 | 914c44914c445e |
EUC-JP | 銑D銑D^ | 11000001101011010100010011000001101011010100010001011110 | c1ad44c1ad445e |
UTF-8 | 銑D銑D^ | 111010011000101010010001010001001110100110001010100100010100010001011110 | e98a9144e98a91445e |
UHC | 銑D銑D^ | 11100000110101010100010011100000110101010100010001011110 | e0d544e0d5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)