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 | 銓滉サカ霈 | 1110011111110010100111111110010010111011101101101110100010111100 | e7f29fe4bbb6e8bc |
EUC-JP | 銓滉サカ霈 | 11101110111101001101111011100110100011101011101110001110101101101111000010111110 | eef4dee68ebb8eb6f0be |
UTF-8 | 銓滉サカ霈 | 111010011000101010010011111001101011101110001001111011111011110110111011111011111011110110110110111010011001110010001000 | e98a93e6bb89efbdbbefbdb6e99c88 |
UHC | 銓滉??? | 11101111101100001111110011010001001111110011111100111111 | efb0fcd13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)