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 | 陦。竇幗コ巽 | 11101000101000011010000111100010100001011001101111101100101110101001001001000110 | e8a1a1e2859becba9246 |
EUC-JP | 陦。竇幗コ巽 | 111100001010001110001110101000011110001111100101110101101110111010001110101110101100001110100111 | f0a38ea1e3e5d6ee8ebac3a7 |
UTF-8 | 陦。竇幗コ巽 | 111010011001100110100110111011111011110110100001111001111010101110000111111001011011100110010111111011111011110110111010111001011011011110111101 | e999a6efbda1e7ab87e5b997efbdbae5b7bd |
UHC | ??竇??巽 | 0011111100111111110101001110010000111111001111111110000111011110 | 3f3fd4e43f3fe1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)