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 | 鬮エ螳育イ溯 | 11101001101010111011010011100101101011101000100011100111101100101001111111101000 | e9abb4e5ae88e7b29fe8 |
EUC-JP | 鬮エ螳育イ溯 | 111100101010110110001110101101001110101010110000101100001110100110001110101100101101111011101010 | f2ad8eb4eab0b0e98eb2deea |
UTF-8 | 鬮エ螳育イ溯 | 111010011010110010101110111011111011110110110100111010001001111010110011111010001000001010110010111011111011110110110010111001101011101010101111 | e9acaeefbdb4e89eb3e882b2efbdb2e6baaf |
UHC | ??螳育?溯 | 001111110011111111010011110110011110101111000000001111111110000110111101 | 3f3fd3d9ebc03fe1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)