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 | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 載?癖I | 100011011101101000111111100101011100100001001001 | 8dda3f95c849 |
EUC-JP | 載?癖I | 101110101101110000111111110010101100101001001001 | badc3fcaca49 |
UTF-8 | 載얗癖I | 11101000101111001000100111101100100101101001011111100111100110011001011001001001 | e8bc89ec9697e7999649 |
UHC | 載얗癖I | 11101110101100001011111011101001110110111111111001001001 | eeb0bee9dbfe49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)