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 | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 뮔겑긛i뮔겑긛iB | 111010111010111010010100111010101011001010010001111010101011100010011011011010011110101110101110100101001110101010110010100100011110101010111000100110110110100101000010 | ebae94eab291eab89b69ebae94eab291eab89b6942 |
UHC | 뮔겑긛i뮔겑긛iB | 100100101010000010000001101010011000001101011001011010011001001010100000100000011010100110000011010110010110100101000010 | 92a081a983596992a081a983596942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)