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}i??H}iB | 0011111100111111010010000111110101101001001111110011111101001000011111010110100101000010 | 3f3f487d693f3f487d6942 |
SJIS-WIN | ??H}i??H}iB | 0011111100111111010010000111110101101001001111110011111101001000011111010110100101000010 | 3f3f487d693f3f487d6942 |
EUC-JP | ??H}i??H}iB | 0011111100111111010010000111110101101001001111110011111101001000011111010110100101000010 | 3f3f487d693f3f487d6942 |
UTF-8 | 횂혦H}i횂혦H}iB | 11101101100110101000001011101101100110001010011001001000011111010110100111101101100110101000001011101101100110001010011001001000011111010110100101000010 | ed9a82ed98a6487d69ed9a82ed98a6487d6942 |
UHC | 횂혦H}i횂혦H}iB | 110000111000001011000010100011100100100001111101011010011100001110000010110000101000111001001000011111010110100101000010 | c382c28e487d69c382c28e487d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)