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 | àð[ | 111000001111000001011011 | e0f05b |
SJIS-WIN | ??[ | 001111110011111101011011 | 3f3f5b |
EUC-JP | àð[ | 10001111101010111010001010001111101010011100001101011011 | 8faba28fa9c35b |
UTF-8 | àð[ | 1100001110100000110000111011000001011011 | c3a0c3b05b |
UHC | ?ð[ | 00111111101010011010001101011011 | 3fa9a35b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)