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 | 諷倡ッ | 1110011010000101100110001110011110101111 | e68598e7af |
EUC-JP | 諷倡ッ | 111010111110010111010000111010011000111010101111 | ebe5d0e98eaf |
UTF-8 | 諷倡ッ | 111010001010101110110111111001011000000010100001111011111011110110101111 | e8abb7e580a1efbdaf |
UHC | 諷倡? | 1111100110100100111100111101101100111111 | f9a4f3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)