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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 造?\}造?\{^ | 1001000110100010001111110101110001111101100100011010001000111111010111000111101101011110 | 91a23f5c7d91a23f5c7b5e |
EUC-JP | 造?\}造?\{^ | 1100001010100100001111110101110001111101110000101010010000111111010111000111101101011110 | c2a43f5c7dc2a43f5c7b5e |
UTF-8 | 造敾\}造敾\{^ | 1110100110000000101000001110011010010101101111100101110001111101111010011000000010100000111001101001010110111110010111000111101101011110 | e980a0e695be5c7de980a0e695be5c7b5e |
UHC | 造敾\}造敾\{^ | 11110000111000111110000011000000010111000111110111110000111000111110000011000000010111000111101101011110 | f0e3e0c05c7df0e3e0c05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)