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 | 11100101111101111001011111100110100111001000111001000101 | e5f797e69c8e45 |
EUC-JP | 褶玲恷E | 11101010111110011100111011101000110101111110111001000101 | eaf9cee8d7ee45 |
UTF-8 | 褶玲恷E | 11101000101001001011011011100111100011101011001011100110100000011011011101000101 | e8a4b6e78eb2e681b745 |
UHC | 褶玲?E | 111000111010100011010110101111000011111101000101 | e3a8d6bc3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)