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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豬嶸 | 0011111111100110101101011111101010110100 | 3fe6b5fab4 |
EUC-JP | 嶴豬嶸 | 1000111110111011111100111110110010110111100011111011101111110100 | 8fbbf3ecb78fbbf4 |
UTF-8 | 嶴豬嶸 | 111001011011011010110100111010001011000110101100111001011011011010111000 | e5b6b4e8b1ace5b6b8 |
UHC | ??嶸 | 00111111001111111110011110101110 | 3f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)