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 | ?h] | 001111110110100001011101 | 3f685d |
SJIS-WIN | 鴉h] | 11101001111010110110100001011101 | e9eb685d |
EUC-JP | 鴉h] | 11110010111011010110100001011101 | f2ed685d |
UTF-8 | 鴉h] | 1110100110110100100010010110100001011101 | e9b489685d |
UHC | 鴉h] | 11100100101111000110100001011101 | e4bc685d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)