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 | 111011111010011010000000111010111011110110101111111011001010000110000001011010011110111110100110100000001110101110111101101011111110110010100001100000010110100101000010 | efa680ebbdafeca18169efa680ebbdafeca1816942 |
UHC | 呂뽯졁i呂뽯졁iB | 111001011111101110010110111010111010000010110010011010011110010111111011100101101110101110100000101100100110100101000010 | e5fb96eba0b269e5fb96eba0b26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)