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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕城寇驕 | 1110100110000001100011111110100110011011100001001110100110000001 | e9818fe99b84e981 |
EUC-JP | 驕城寇驕 | 1111000111100001101111101110101111010101111001001111000111100001 | f1e1beebd5e4f1e1 |
UTF-8 | 驕城寇驕 | 111010011010100110010101111001011001111110001110111001011010111110000111111010011010100110010101 | e9a995e59f8ee5af87e9a995 |
UHC | 驕城寇驕 | 1100111011110110111000001111001011001111101010001100111011110110 | cef6e0f2cfa8cef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)