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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足?? | 10010001101010110011111100111111 | 91ab3f3f |
EUC-JP | 足?? | 11000010101011010011111100111111 | c2ad3f3f |
UTF-8 | 足累걋 | 111010001011011010110011111011111010010110001111111010101011000110001011 | e8b6b3efa58feab18b |
UHC | 足累걋 | 111100001110101111010010111010011011000011000000 | f0ebd2e9b0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)