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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 驕偃梓B | 11101001100000011001100011101110100010001011001001000010 | e98198ee88b242 |
EUC-JP | 驕偃梓B | 11110001111000011101000011110000101100001011010001000010 | f1e1d0f0b0b442 |
UTF-8 | 驕偃梓B | 11101001101010011001010111100101100000011000001111100110101000101001001101000010 | e9a995e58183e6a29342 |
UHC | 驕偃梓B | 11001110111101101110010111100111111011101010100101000010 | cef6e5e7eea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)