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 | 111011111010011010001101111010111000010110110111111011001001001110110110011010011110111110100110100011011110101110000101101101111110110010010011101101100110100101000010 | efa68deb85b7ec93b669efa68deb85b7ec93b66942 |
UHC | 轢녷쓶i轢녷쓶iB | 111001101011110010000110111001101001110110010011011010011110011010111100100001101110011010011101100100110110100101000010 | e6bc86e69d9369e6bc86e69d936942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)