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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陦。竇廂 | 11101000101000011010000111100010100001011001101111111001 | e8a1a1e2859bf9 |
EUC-JP | 陦。竇廂 | 1111000010100011100011101010000111100011111001011101011011111011 | f0a38ea1e3e5d6fb |
UTF-8 | 陦。竇廂 | 111010011001100110100110111011111011110110100001111001111010101110000111111001011011101110000010 | e999a6efbda1e7ab87e5bb82 |
UHC | ??竇廂 | 001111110011111111010100111001001101111111001011 | 3f3fd4e4dfcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)