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 | ?樽 | 001111111001001001001101 | 3f924d |
EUC-JP | ?樽 | 001111111100001110101110 | 3fc3ae |
UTF-8 | 낢樽 | 111010111000001010100010111001101010100010111101 | eb82a2e6a8bd |
UHC | 낢樽 | 10110011101100011111000111011100 | b3b1f1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)