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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??終?^ | 001111110011111110001111010010010011111101011110 | 3f3f8f493f5e |
EUC-JP | ??終?^ | 001111110011111110111101101010100011111101011110 | 3f3fbdaa3f5e |
UTF-8 | ∼룵終▩^ | 11100010100010001011110011101011101000111011010111100111101101011000001011100010100101101010100101011110 | e288bceba3b5e7b582e296a95e |
UHC | ∼룵終▩^ | 101000011010110110001111101010101111000011111011101000101100110001011110 | a1ad8faaf0fba2cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)