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 | 長?\}長?\{^ | 1001001010110111001111110101110001111101100100101011011100111111010111000111101101011110 | 92b73f5c7d92b73f5c7b5e |
EUC-JP | 長?\}長?\{^ | 1100010010111001001111110101110001111101110001001011100100111111010111000111101101011110 | c4b93f5c7dc4b93f5c7b5e |
UTF-8 | 長렢\}長렢\{^ | 1110100110010101101101111110101110100000101000100101110001111101111010011001010110110111111010111010000010100010010111000111101101011110 | e995b7eba0a25c7de995b7eba0a25c7b5e |
UHC | 長렢\}長렢\{^ | 11101101111111101000111010110011010111000111110111101101111111101000111010110011010111000111101101011110 | edfe8eb35c7dedfe8eb35c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)