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 | 0011111110010100111000000100001001000110 | 3f94e04246 |
EUC-JP | 芩扉BF | 10001111110101111100001111001000111000100100001001000110 | 8fd7c3c8e24246 |
UTF-8 | 芩扉BF | 1110100010001010101010011110011010001001100010010100001001000110 | e88aa9e689894246 |
UHC | 芩扉BF | 110100001101100111011101111010100100001001000110 | d0d9ddea4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)