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 | 111010111010001110110110111010101011010010001100111001111000011010001001011010011110101110100011101101101110101010110100100011001110011110000110100010010110100101000010 | eba3b6eab48ce7868969eba3b6eab48ce786896942 |
UHC | 룶괌熉i룶괌熉iB | 100011111010101110110001101000011110100111111011011010011000111110101011101100011010000111101001111110110110100101000010 | 8fabb1a1e9fb698fabb1a1e9fb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)