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 | ?v\ | 001111110111011001011100 | 3f765c |
SJIS-WIN | 鴉v\ | 11101001111010110111011001011100 | e9eb765c |
EUC-JP | 鴉v\ | 11110010111011010111011001011100 | f2ed765c |
UTF-8 | 鴉v\ | 1110100110110100100010010111011001011100 | e9b489765c |
UHC | 鴉v\ | 11100100101111000111011001011100 | e4bc765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)