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 | 謳耶形 | 111001101001000010010110111010111000110001100000 | e69096eb8c60 |
EUC-JP | 謳耶形 | 111010111111000011001100111011011011011111000001 | ebf0ccedb7c1 |
UTF-8 | 謳耶形 | 111010001010110010110011111010001000000010110110111001011011110110100010 | e8acb3e880b6e5bda2 |
UHC | 謳耶形 | 110011111100010011100101101011011111101110100001 | cfc4e5adfba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)