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 | 鬮エ逡キ謫 | 1110100110101011101101001110011110010101101101111110011010010011 | e9abb4e795b7e693 |
EUC-JP | 鬮エ逡キ謫 | 11110010101011011000111010110100111011011111010110001110101101111110101111110011 | f2ad8eb4edf58eb7ebf3 |
UTF-8 | 鬮エ逡キ謫 | 111010011010110010101110111011111011110110110100111010011000000010100001111011111011110110110111111010001010110010101011 | e9acaeefbdb4e980a1efbdb7e8acab |
UHC | ??逡?謫 | 00111111001111111111000111100100001111111110111011100011 | 3f3ff1e43feee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)