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 | 證狩セ | 1110011010011010100011101110101110111110 | e69a8eebbe |
EUC-JP | 證狩セ | 111010111111101010111100111011011000111010111110 | ebfabced8ebe |
UTF-8 | 證狩セ | 111010001010110110001001111001111000101110101001111011111011110110111110 | e8ad89e78ba9efbdbe |
UHC | 證狩? | 1111000111111011111000101010110100111111 | f1fbe2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)