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 | 少? | 100011111010110100111111 | 8fad3f |
EUC-JP | 少? | 101111101010111100111111 | beaf3f |
UTF-8 | 少뚑 | 111001011011000010010001111010111001101010010001 | e5b091eb9a91 |
UHC | 少뚑 | 11100001101101001000110011010100 | e1b48cd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)