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 | ?鮮鮮 | 0011111110010001010011101001000101001110 | 3f914e914e |
EUC-JP | ?鮮鮮 | 0011111111000001101011111100000110101111 | 3fc1afc1af |
UTF-8 | 卨鮮鮮 | 111001011000110110101000111010011010111010101110111010011010111010101110 | e58da8e9aeaee9aeae |
UHC | 卨鮮鮮 | 111000001101100111100000110110001110000011011000 | e0d9e0d8e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)