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 | 驩玲潟 | 111010011000100110010111111001101000101010000011 | e98997e68a83 |
EUC-JP | 驩玲潟 | 111100011110100111001110111010001011001111100011 | f1e9cee8b3e3 |
UTF-8 | 驩玲潟 | 111010011010100110101001111001111000111010110010111001101011110110011111 | e9a9a9e78eb2e6bd9f |
UHC | 驩玲潟 | 111111001011111011010110101111001110000010110011 | fcbed6bce0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)