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 | 材∽? | 1000110111011110100000011110010000111111 | 8dde81e43f |
EUC-JP | 材∽? | 1011101011100000101000101110011000111111 | bae0a2e63f |
UTF-8 | 材∽슈 | 111001101001110110010000111000101000100010111101111011001000101010001000 | e69d90e288bdec8a88 |
UHC | 材∽슈 | 111011101010011110100001111011111011110110110100 | eea7a1efbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)