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 | 證種捷 | 111001101001101010001110111011011000111110110111 | e69a8eed8fb7 |
EUC-JP | 證種捷 | 111010111111101010111100111011111011111010111001 | ebfabcefbeb9 |
UTF-8 | 證種捷 | 111010001010110110001001111001111010100010101110111001101000110110110111 | e8ad89e7a8aee68db7 |
UHC | 證種捷 | 111100011111101111110000111110101111010011011111 | f1fbf0faf4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)