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 | 111011001001011010001101111010111010000110001101111010111010000110010111011010011110110010010110100011011110101110100001100011011110101110100001100101110110100101000010 | ec968deba18deba19769ec968deba18deba1976942 |
UHC | 얍롍롗i얍롍롗iB | 101111101110010110001110110100111000111011011011011010011011111011100101100011101101001110001110110110110110100101000010 | bee58ed38edb69bee58ed38edb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)