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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 蘊ょ?c^ | 11100101010111011000001011100101001111110110001101011110 | e55d82e53f635e |
EUC-JP | 蘊ょ?c^ | 11101001101111101010010011100111001111110110001101011110 | e9bea4e73f635e |
UTF-8 | 蘊ょ뀸c^ | 1110100010011000100010101110001110000010100001111110101110000000101110000110001101011110 | e8988ae38287eb80b8635e |
UHC | 蘊ょ뀸c^ | 1110100010110011101010101110011110000101101011100110001101011110 | e8b3aae785ae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)