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 | ?腺鮮 | 0011111110010001010000101001000101001110 | 3f9142914e |
EUC-JP | ?腺鮮 | 0011111111000001101000111100000110101111 | 3fc1a3c1af |
UTF-8 | 卨腺鮮 | 111001011000110110101000111010001000010110111010111010011010111010101110 | e58da8e885bae9aeae |
UHC | 卨腺鮮 | 111000001101100111100000110011011110000011011000 | e0d9e0cde0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)