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 | ???YB | 0011111100111111001111110101100101000010 | 3f3f3f5942 |
SJIS-WIN | 魚??YB | 100010111001101100111111001111110101100101000010 | 8b9b3f3f5942 |
EUC-JP | 魚??YB | 101101011111101100111111001111110101100101000010 | b5fb3f3f5942 |
UTF-8 | 魚곗꽎YB | 1110100110101101100110101110101010110011100101111110101010111101100011100101100101000010 | e9ad9aeab397eabd8e5942 |
UHC | 魚곗꽎YB | 1110010111100000101100001110110010000100100111100101100101000010 | e5e0b0ec849e5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)