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 | 1000101111100001100111100100110101000010 | 8be19e4d42 |
EUC-JP | 吟朞B | 1011011011100011110110111010111001000010 | b6e3dbae42 |
UTF-8 | 吟朞B | 11100101100100001001111111100110100111001001111001000010 | e5909fe69c9e42 |
UHC | 吟朞B | 1110101111100001110100011010000101000010 | ebe1d1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)