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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證狩ソセ | 111001101001101010001110111010111011111110111110 | e69a8eebbfbe |
EUC-JP | 證狩ソセ | 1110101111111010101111001110110110001110101111111000111010111110 | ebfabced8ebf8ebe |
UTF-8 | 證狩ソセ | 111010001010110110001001111001111000101110101001111011111011110110111111111011111011110110111110 | e8ad89e78ba9efbdbfefbdbe |
UHC | 證狩?? | 111100011111101111100010101011010011111100111111 | f1fbe2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)