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 | 鬮ッ繧九鎖 | 111010011010101110101111111000111000001010001011111000111000110110111101 | e9abafe3828be38dbd |
EUC-JP | 鬮ッ繧九鎖 | 11110010101011011000111010101111111001011110001010110110111001011011101010111111 | f2ad8eafe5e2b6e5babf |
UTF-8 | 鬮ッ繧九鎖 | 111010011010110010101110111011111011110110101111111001111011100110100111111001001011100110011101111010011000111010010110 | e9acaeefbdafe7b9a7e4b99de98e96 |
UHC | ???九鎖 | 00111111001111110011111111001110111110101110000111110000 | 3f3f3fcefae1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)