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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜ソ霆ク豸 | 1110100011101001101111111110100010111011101110001110011010110110 | e8e9bfe8bbb8e6b6 |
EUC-JP | 韜ソ霆ク豸 | 11110000111010111000111010111111111100001011110110001110101110001110110010111000 | f0eb8ebff0bd8eb8ecb8 |
UTF-8 | 韜ソ霆ク豸 | 111010011001111110011100111011111011110110111111111010011001110010000110111011111011110110111000111010001011000110111000 | e99f9cefbdbfe99c86efbdb8e8b1b8 |
UHC | 韜?霆?? | 11010100101101110011111111101111111111010011111100111111 | d4b73feffd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)