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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 鴃痙躊E | 11101001111011101110000101111010111001110101001101000101 | e9eee17ae75345 |
EUC-JP | 鴃痙躊E | 11110010111100001110000111011011111011011011010001000101 | f2f0e1dbedb445 |
UTF-8 | 鴃痙躊E | 11101001101101001000001111100111100101111001100111101000101110101000101001000101 | e9b483e79799e8ba8a45 |
UHC | ?痙躊E | 001111111100110011100010111100011100110001000101 | 3fcce2f1cc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)