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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 臓則B | 1001000110011111100100011010010101000010 | 919f91a542 |
EUC-JP | 臓則B | 1100001010100001110000101010011101000010 | c2a1c2a742 |
UTF-8 | 臓則B | 11101000100001111001001111100101100010011000011101000010 | e88793e5898742 |
UHC | ?則B | 00111111111101101100111001000010 | 3ff6ce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)