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 | 大庚筐 | 100100011110010110001101010011011110001010011110 | 91e58d4de29e |
EUC-JP | 大庚筐 | 110000101110011110111001101011101110001111111110 | c2e7b9aee3fe |
UTF-8 | 大庚筐 | 111001011010010010100111111001011011101010011010111001111010110110010000 | e5a4a7e5ba9ae7ad90 |
UHC | 大庚筐 | 110100111101111011001100110100101100111011001100 | d3deccd2cecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)