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 | ??R??RB | 00111111001111110101001000111111001111110101001001000010 | 3f3f523f3f5242 |
SJIS-WIN | 旭?R旭?RB | 100010001010111000111111010100101000100010101110001111110101001001000010 | 88ae3f5288ae3f5242 |
EUC-JP | 旭?R旭?RB | 101100001011000000111111010100101011000010110000001111110101001001000010 | b0b03f52b0b03f5242 |
UTF-8 | 旭렔R旭렔RB | 111001101001011110101101111010111010000010010100010100101110011010010111101011011110101110100000100101000101001001000010 | e697adeba09452e697adeba0945242 |
UHC | 旭렔R旭렔RB | 1110100111101111100011101010100101010010111010011110111110001110101010010101001001000010 | e9ef8ea952e9ef8ea95242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)