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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?嘔i?嘔iB | 001111111001101001110001011010010011111110011010011100010110100101000010 | 3f9a71693f9a716942 |
EUC-JP | ?嘔i?嘔iB | 001111111101001111010010011010010011111111010011110100100110100101000010 | 3fd3d2693fd3d26942 |
UTF-8 | 렺嘔i렺嘔iB | 111010111010000010111010111001011001100010010100011010011110101110100000101110101110010110011000100101000110100101000010 | eba0bae5989469eba0bae598946942 |
UHC | 렺嘔i렺嘔iB | 1000111011000010110011111010010101101001100011101100001011001111101001010110100101000010 | 8ec2cfa5698ec2cfa56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)