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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 讌「譛ァ逕キh | 11100110101001011010001011100110100111001010011111100111100101001011011101101000 | e6a5a2e69ca7e794b768 |
EUC-JP | 讌「譛ァ逕キh | 11101100101001111000111010100010111010111111110010001110101001111110110111110100100011101011011101101000 | eca78ea2ebfc8ea7edf48eb768 |
UTF-8 | 讌「譛ァ逕キh | 11101000101011101000110011101111101111011010001011101000101011011001101111101111101111011010011111101001100000001001010111101111101111011011011101101000 | e8ae8cefbda2e8ad9befbda7e98095efbdb768 |
UHC | ????逕?h | 0011111100111111001111110011111111001100111011110011111101101000 | 3f3f3f3fccef3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)