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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陷翫漉 | 111010001001110010001010111000111000110110010111 | e89c8ae38d97 |
EUC-JP | 陷翫漉 | 111011111111110010110100111001011011100111110111 | effcb4e5b9f7 |
UTF-8 | 陷翫漉 | 111010011001100110110111111001111011111110101011111001101011110010001001 | e999b7e7bfabe6bc89 |
UHC | 陷翫? | 1111100111101000111010001101000100111111 | f9e8e8d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)