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 | 襌罹矯寘懷 | 11100101111110011001110011101011100010111011100011111010101010011001110011100101 | e5f99ceb8bb8faa99ce5 |
EUC-JP | 襌罹矯寘懷 | 1110101011111011110110001110110110110110101110101000111110111010111000011101100011100111 | eafbd8edb6ba8fbae1d8e7 |
UTF-8 | 襌罹矯寘懷 | 111010001010010110001100111001111011110110111001111001111001111110101111111001011010111110011000111001101000011110110111 | e8a58ce7bdb9e79fafe5af98e687b7 |
UHC | ?罹矯?懷 | 0011111111010111111001111100111011101100001111111111110011100011 | 3fd7e7ceec3ffce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)