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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?磅?羌 | 001111111110000111111010001111111110001110110011 | 3fe1fa3fe3b3 |
EUC-JP | ?磅?羌 | 001111111110001011111100001111111110011010110101 | 3fe2fc3fe6b5 |
UTF-8 | 렺磅렺羌 | 111010111010000010111010111001111010001110000101111010111010000010111010111001111011111010001100 | eba0bae7a385eba0bae7be8c |
UHC | 렺磅렺羌 | 1000111011000010110110111011011010001110110000101100101110110110 | 8ec2dbb68ec2cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)