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 | ? | 00111111 | 3f |
SJIS-WIN | 窕 | 1110001001111001 | e279 |
EUC-JP | 窕 | 1110001111011010 | e3da |
UTF-8 | 窕 | 111001111010101010010101 | e7aa95 |
UHC | 窕 | 1111000011010111 | f0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)