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 | 諡咎愎諠コ逕 | 1110011010001011100110011110100110011100101111011110011010000011101110101110011110010100 | e68b99e99cbde683bae794 |
EUC-JP | 諡咎愎諠コ逕 | 111010111110101111010010111010111101100010111111111010111110001110001110101110101110110111110100 | ebebd2ebd8bfebe38ebaedf4 |
UTF-8 | 諡咎愎諠コ逕 | 111010001010101110100001111001011001001010001110111001101000010010001110111010001010101110100000111011111011110110111010111010011000000010010101 | e8aba1e5928ee6848ee8aba0efbdbae98095 |
UHC | 諡咎愎??逕 | 11100011110011011100111110100100111110001011010000111111001111111100110011101111 | e3cdcfa4f8b43f3fccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)