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 | 11100101111101011000111111101000100001111001001101000101 | e5f58fe8879345 |
EUC-JP | 襄剰?E | 111010101111011110111110111010100011111101000101 | eaf7beea3f45 |
UTF-8 | 襄剰∮E | 11101000101001011000010011100101100010011011000011100010100010001010111001000101 | e8a584e589b0e288ae45 |
UHC | 襄?∮E | 111001011101000100111111101000101011000101000101 | e5d13fa2b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)