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 | ?r] | 001111110111001001011101 | 3f725d |
SJIS-WIN | 鴉r] | 11101001111010110111001001011101 | e9eb725d |
EUC-JP | 鴉r] | 11110010111011010111001001011101 | f2ed725d |
UTF-8 | 鴉r] | 1110100110110100100010010111001001011101 | e9b489725d |
UHC | 鴉r] | 11100100101111000111001001011101 | e4bc725d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)