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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 垣鳩 | 10001010010111111001010010110101 | 8a5f94b5 |
EUC-JP | 垣鳩 | 10110011110000001100100010110111 | b3c0c8b7 |
UTF-8 | 垣鳩 | 111001011001111010100011111010011011001110101001 | e59ea3e9b3a9 |
UHC | 垣鳩 | 11101010101011111100111111001101 | eaafcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)