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 | ßôú¹RE | 110111111111010011111010101110010101001001000101 | dff4fab95245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | ßôú?RE | 100011111010100111001110100011111010101111010100100011111010101111100010001111110101001001000101 | 8fa9ce8fabd48fabe23f5245 |
UTF-8 | ßôú¹RE | 11000011100111111100001110110100110000111011101011000010101110010101001001000101 | c39fc3b4c3bac2b95245 |
UHC | ß??¹RE | 1010100110101100001111110011111110101001111101100101001001000101 | a9ac3f3fa9f65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)