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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 譎玲恷E | 11100110100110011001011111100110100111001000111001000101 | e69997e69c8e45 |
EUC-JP | 譎玲恷E | 11101011111110011100111011101000110101111110111001000101 | ebf9cee8d7ee45 |
UTF-8 | 譎玲恷E | 11101000101011011000111011100111100011101011001011100110100000011011011101000101 | e8ad8ee78eb2e681b745 |
UHC | 譎玲?E | 111111011101001011010110101111000011111101000101 | fdd2d6bc3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)