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 | 鬮エ逡キ褥貞 | 11101001101010111011010011100111100101011011011111100101111100011001001011100101 | e9abb4e795b7e5f192e5 |
EUC-JP | 鬮エ逡キ褥貞 | 111100101010110110001110101101001110110111110101100011101011011111101010111100111100010011100111 | f2ad8eb4edf58eb7eaf3c4e7 |
UTF-8 | 鬮エ逡キ褥貞 | 111010011010110010101110111011111011110110110100111010011000000010100001111011111011110110110111111010001010010010100101111010001011001010011110 | e9acaeefbdb4e980a1efbdb7e8a4a5e8b29e |
UHC | ??逡?褥貞 | 001111110011111111110001111001000011111111101001101100111110111111110110 | 3f3ff1e43fe9b3eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)