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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 埃i埃iB | 10011010101110100110100110011010101110100110100101000010 | 9aba699aba6942 |
EUC-JP | 埃i埃iB | 11010100101111000110100111010100101111000110100101000010 | d4bc69d4bc6942 |
UTF-8 | 埃i埃iB | 111001011001111110000011011010011110010110011111100000110110100101000010 | e59f8369e59f836942 |
UHC | 埃i埃iB | 11100100111011110110100111100100111011110110100101000010 | e4ef69e4ef6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)