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 | 證種鯵 | 111001101001101010001110111011011000100010110001 | e69a8eed88b1 |
EUC-JP | 證種鯵 | 111010111111101010111100111011111011000010110011 | ebfabcefb0b3 |
UTF-8 | 證種鯵 | 111010001010110110001001111001111010100010101110111010011010111110110101 | e8ad89e7a8aee9afb5 |
UHC | 證種? | 1111000111111011111100001111101000111111 | f1fbf0fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)