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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 奛豐x | 1111101010100001111001101011001001111000 | faa1e6b278 |
EUC-JP | 奛豐x | 100011111011100011110111111011001011010001111000 | 8fb8f7ecb478 |
UTF-8 | 奛豐x | 11100101101001011001101111101000101100011001000001111000 | e5a59be8b19078 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)