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 | 1000111010111101100011101101101101101001100011101011110110001110110110110110100101000010 | 8ebd8edb698ebd8edb6942 |
EUC-JP | 漆杓i漆杓iB | 1011110010111111101111001101110101101001101111001011111110111100110111010110100101000010 | bcbfbcdd69bcbfbcdd6942 |
UTF-8 | 漆杓i漆杓iB | 111001101011110010000110111001101001110110010011011010011110011010111100100001101110011010011101100100110110100101000010 | e6bc86e69d9369e6bc86e69d936942 |
UHC | 漆杓i漆杓iB | 1111011011010100111110001111010101101001111101101101010011111000111101010110100101000010 | f6d4f8f569f6d4f8f56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)