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 | ?狐狐 | 0011111110001100110011111000110011001111 | 3f8ccf8ccf |
EUC-JP | ?狐狐 | 0011111110111000110100011011100011010001 | 3fb8d1b8d1 |
UTF-8 | 騈狐狐 | 111010011010100010001000111001111000101110010000111001111000101110010000 | e9a888e78b90e78b90 |
UHC | 騈狐狐 | 110111001100000011111011110011111111101111001111 | dcc0fbcffbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)