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 | 閻滄至 | 111010001000010110011111111010011000111010001010 | e8859fe98e8a |
EUC-JP | 閻滄至 | 111011111110010111011110111010111011101111101010 | efe5deebbbea |
UTF-8 | 閻滄至 | 111010011001011010111011111001101011101110000100111010001000011110110011 | e996bbe6bb84e887b3 |
UHC | 閻滄至 | 111001111010001011110011111001111111001010111000 | e7a2f3e7f2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)