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??dB | 00111111001111110110010000111111001111110110010001000010 | 3f3f643f3f6442 |
SJIS-WIN | 潁烋d潁烋dB | 1001111111110001111000000111110101100100100111111111000111100000011111010110010001000010 | 9ff1e07d649ff1e07d6442 |
EUC-JP | 潁烋d潁烋dB | 1101111011110011110111111101111001100100110111101111001111011111110111100110010001000010 | def3dfde64def3dfde6442 |
UTF-8 | 潁烋d潁烋dB | 111001101011110110000001111001111000001110001011011001001110011010111101100000011110011110000011100010110110010001000010 | e6bd81e7838b64e6bd81e7838b6442 |
UHC | 潁烋d潁烋dB | 1110011110111000111111011100111001100100111001111011100011111101110011100110010001000010 | e7b8fdce64e7b8fdce6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)