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 | 鳶∽? | 1001001111001110100000011110010000111111 | 93ce81e43f |
EUC-JP | 鳶∽? | 1100011011010000101000101110011000111111 | c6d0a2e63f |
UTF-8 | 鳶∽슨 | 111010011011001110110110111000101000100010111101111011001000101010101000 | e9b3b6e288bdec8aa8 |
UHC | 鳶∽슨 | 111001101110100110100001111011111011110110111100 | e6e9a1efbdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)