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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 筌?h筌? | 11100010101000110011111101101000111000101010001100111111 | e2a33f68e2a33f |
EUC-JP | 筌?h筌? | 11100100101001010011111101101000111001001010010100111111 | e4a53f68e4a53f |
UTF-8 | 筌첣h筌첣 | 11100111101011011000110011101100101100101010001101101000111001111010110110001100111011001011001010100011 | e7ad8cecb2a368e7ad8cecb2a3 |
UHC | 筌첣h筌첣 | 111011111010011110101011010011000110100011101111101001111010101101001100 | efa7ab4c68efa7ab4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)