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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | 釐犇kB | 111001111101100011100000101101000110101101000010 | e7d8e0b46b42 |
EUC-JP | 釐犇kB | 111011101101101011100000101101100110101101000010 | eedae0b66b42 |
UTF-8 | 釐犇kB | 1110100110000111100100001110011110001010100001110110101101000010 | e98790e78a876b42 |
UHC | 釐?kB | 1101011111101101001111110110101101000010 | d7ed3f6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)