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 | ?道 | 001111111001001110111001 | 3f93b9 |
EUC-JP | ?道 | 001111111100011010111011 | 3fc6bb |
UTF-8 | 뤦道 | 111010111010010010100110111010011000000110010011 | eba4a6e98193 |
UHC | 뤦道 | 10001111110101001101010010110011 | 8fd4d4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)