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 | ?D?RE | 0011111101000100001111110101001001000101 | 3f443f5245 |
SJIS-WIN | 短D存RE | 10010010010110100100010010010001101101100101001001000101 | 925a4491b65245 |
EUC-JP | 短D存RE | 11000011101110110100010011000010101110000101001001000101 | c3bb44c2b85245 |
UTF-8 | 短D存RE | 111001111001111110101101010001001110010110101101100110000101001001000101 | e79fad44e5ad985245 |
UHC | 短D存RE | 11010011101011010100010011110000111011010101001001000101 | d3ad44f0ed5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)