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 | 111011111010011110001010111010111001110110111010111011001010000110001110011010011110111110100111100010101110101110011101101110101110110010100001100011100110100101000010 | efa78aeb9dbaeca18e69efa78aeb9dbaeca18e6942 |
UHC | 流띺졎i流띺졎iB | 111010101111110010001101111010011010000010111011011010011110101011111100100011011110100110100000101110110110100101000010 | eafc8de9a0bb69eafc8de9a0bb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)