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 | 譖罹矯寘懷 | 11100110100110111001110011101011100010111011100011111010101010011001110011100101 | e69b9ceb8bb8faa99ce5 |
EUC-JP | 譖罹矯寘懷 | 1110101111111011110110001110110110110110101110101000111110111010111000011101100011100111 | ebfbd8edb6ba8fbae1d8e7 |
UTF-8 | 譖罹矯寘懷 | 111010001010110110010110111001111011110110111001111001111001111110101111111001011010111110011000111001101000011110110111 | e8ad96e7bdb9e79fafe5af98e687b7 |
UHC | ?罹矯?懷 | 0011111111010111111001111100111011101100001111111111110011100011 | 3fd7e7ceec3ffce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)