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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | 踟停尊磔ァRE | 1110011011110111100100101110001010010001101110001110000111110111101001110101001001000101 | e6f792e291b8e1f7a75245 |
EUC-JP | 踟停尊磔ァRE | 111011001111100111000100111001001100001010111010111000101111100110001110101001110101001001000101 | ecf9c4e4c2bae2f98ea75245 |
UTF-8 | 踟停尊磔ァRE | 1110100010111000100111111110010110000001100111001110010110110000100010101110011110100011100101001110111110111101101001110101001001000101 | e8b89fe5819ce5b08ae7a394efbda75245 |
UHC | ?停尊??RE | 001111111110111111001110111100001110111000111111001111110101001001000101 | 3fefcef0ee3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)