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 | 襪駈く | 111001100100001110001011111011011000001010101101 | e6438bed82ad |
EUC-JP | 襪駈く | 111010111010010010110110111011111010010010101111 | eba4b6efa4af |
UTF-8 | 襪駈く | 111010001010010110101010111010011010011110001000111000111000000110001111 | e8a5aae9a788e3818f |
UHC | 襪?く | 1101100011001010001111111010101010101111 | d8ca3faaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)