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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ツ渉ォツ」E | 11000010100011111100001010101011110000101010001101000101 | c28fc2abc2a345 |
EUC-JP | ツ渉ォツ」E | 1000111011000010101111101100010010001110101010111000111011000010100011101010001101000101 | 8ec2bec48eab8ec28ea345 |
UTF-8 | ツ渉ォツ」E | 11101111101111101000001011100110101110001000100111101111101111011010101111101111101111101000001011101111101111011010001101000101 | efbe82e6b889efbdabefbe82efbda345 |
UHC | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)