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 | 謐ィ螢梧ァ「 | 111001101000110110101000111001011010001110001100111001101010011110100010 | e68da8e5a38ce6a7a2 |
EUC-JP | 謐ィ螢梧ァ「 | 111010111110110110001110101010001110101010100101101110001110100010001110101001111000111010100010 | ebed8ea8eaa5b8e88ea78ea2 |
UTF-8 | 謐ィ螢梧ァ「 | 111010001010110010010000111011111011110110101000111010001001111010100010111001101010001010100111111011111011110110100111111011111011110110100010 | e8ac90efbda8e89ea2e6a2a7efbda7efbda2 |
UHC | 謐?螢梧?? | 110110101100110100111111111110111010101111100111111111000011111100111111 | dacd3ffbabe7fc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)