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 | 豈ャ遶滄沮 | 111001101010111110101100111001111010101110011111111010011001111110011100 | e6aface7ab9fe99f9c |
EUC-JP | 豈ャ遶滄沮 | 11101100101100011000111010101100111011101010110111011110111010111101110111111100 | ecb18eaceeaddeebddfc |
UTF-8 | 豈ャ遶滄沮 | 111010001011000110001000111011111011110110101100111010011000000110110110111001101011101110000100111001101011001010101110 | e8b188efbdace981b6e6bb84e6b2ae |
UHC | 豈??滄沮 | 1101000111000010001111110011111111110011111001111110111011000001 | d1c23f3ff3e7eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)