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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貂シ雖画クァ | 111001101011100010111100111001011010101110001001111001101011100010100111 | e6b8bce5ab89e6b8a7 |
EUC-JP | 貂シ雖画クァ | 111011001011101010001110101111001110101010101101101100101110100010001110101110001000111010100111 | ecba8ebceaadb2e88eb88ea7 |
UTF-8 | 貂シ雖画クァ | 111010001011001010000010111011111011110110111100111010011001101110010110111001111001010010111011111011111011110110111000111011111011110110100111 | e8b282efbdbce99b96e794bbefbdb8efbda7 |
UHC | 貂?雖??? | 1111010110110000001111111110001011001100001111110011111100111111 | f5b03fe2cc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)