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 | 之ⅶ | 10010100010101101111101001000110 | 9456fa46 |
EUC-JP | 之? | 110001111011011100111111 | c7b73f |
UTF-8 | 之ⅶ | 111001001011100110001011111000101000010110110110 | e4b98be285b6 |
UHC | 之ⅶ | 11110001111111011010010110100111 | f1fda5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)