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 | 田? | 100100110110001100111111 | 93633f |
EUC-JP | 田? | 110001011100010000111111 | c5c43f |
UTF-8 | 田뭘 | 111001111001010010110000111010111010110110011000 | e794b0ebad98 |
UHC | 田뭘 | 11101111101000111011100110111011 | efa3b9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)