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 | 謐ィ辷セ雉〔 | 11100110100011011010100011100111100010001011111011101000101100111000000101101011 | e68da8e788bee8b3816b |
EUC-JP | 謐ィ辷セ雉〔 | 111010111110110110001110101010001110110111101000100011101011111011110000101101011010000111001100 | ebed8ea8ede88ebef0b5a1cc |
UTF-8 | 謐ィ辷セ雉〔 | 111010001010110010010000111011111011110110101000111010001011111010110111111011111011110110111110111010011001101110001001111000111000000010010100 | e8ac90efbda8e8beb7efbdbee99b89e38094 |
UHC | 謐???雉〔 | 110110101100110100111111001111110011111111110110110010111010000110110010 | dacd3f3f3ff6cba1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)