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 | 肅拷 | 11100011111001111000110110001001 | e3e78d89 |
EUC-JP | 肅拷 | 11100110111010011011100111101001 | e6e9b9e9 |
UTF-8 | 肅拷 | 111010001000001010000101111001101000101110110111 | e88285e68bb7 |
UHC | 肅拷 | 11100010110111001100110110111000 | e2dccdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)