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 | 終? | 100011110100100100111111 | 8f493f |
EUC-JP | 終? | 101111011010101000111111 | bdaa3f |
UTF-8 | 終빰 | 111001111011010110000010111010111011100110110000 | e7b582ebb9b0 |
UHC | 終빰 | 11110000111110111011101110100011 | f0fbbba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)