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 | 茱羇桴 | 111001001010001111100011101100101001111010001111 | e4a3e3b29e8f |
EUC-JP | 茱羇桴 | 111010001010010111100110101101001101101111101111 | e8a5e6b4dbef |
UTF-8 | 茱羇桴 | 111010001000110010110001111001111011111010000111111001101010000110110100 | e88cb1e7be87e6a1b4 |
UHC | 茱?? | 11100010101111000011111100111111 | e2bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)