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 | 邂咏嵯 | 111001111010111010011001111001111000110110110101 | e7ae99e78db5 |
EUC-JP | 邂咏嵯 | 111011101011000011010010111010011011101010110111 | eeb0d2e9bab7 |
UTF-8 | 邂咏嵯 | 111010011000001010000010111001011001001010001111111001011011010110101111 | e98282e5928fe5b5af |
UHC | 邂?嵯 | 1111101010110011001111111111001110101011 | fab33ff3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)