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 | ??c??RB | 00111111001111110110001100111111001111110101001001000010 | 3f3f633f3f5242 |
SJIS-WIN | 潁烋c潁烋RB | 1001111111110001111000000111110101100011100111111111000111100000011111010101001001000010 | 9ff1e07d639ff1e07d5242 |
EUC-JP | 潁烋c潁烋RB | 1101111011110011110111111101111001100011110111101111001111011111110111100101001001000010 | def3dfde63def3dfde5242 |
UTF-8 | 潁烋c潁烋RB | 111001101011110110000001111001111000001110001011011000111110011010111101100000011110011110000011100010110101001001000010 | e6bd81e7838b63e6bd81e7838b5242 |
UHC | 潁烋c潁烋RB | 1110011110111000111111011100111001100011111001111011100011111101110011100101001001000010 | e7b8fdce63e7b8fdce5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)