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 | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-WIN | 鎰?Z? | 1110100001001100001111110101101000111111 | e84c3f5a3f |
EUC-JP | 鎰?Z? | 1110111110101101001111110101101000111111 | efad3f5a3f |
UTF-8 | 鎰렢Z뤞 | 11101001100011101011000011101011101000001010001001011010111010111010010010011110 | e98eb0eba0a25aeba49e |
UHC | 鎰렢Z뤞 | 11101100111100001000111010110011010110101000111111001101 | ecf08eb35a8fcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)