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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 衙?BF | 1110010111001001001111110100001001000110 | e5c93f4246 |
EUC-JP | 衙潚BF | 11101010110010111000111111001000110110100100001001000110 | eacb8fc8da4246 |
UTF-8 | 衙潚BF | 1110100010100001100110011110011010111101100110100100001001000110 | e8a199e6bd9a4246 |
UHC | 衙潚BF | 111001001011011111100010110110000100001001000110 | e4b7e2d84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)