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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 焏ワ鮑タE | 11111011010100111101110011101001101110001100000001000101 | fb53dce9b8c045 |
EUC-JP | 焏ワ鮑タE | 10001111110010011110100110001110110111001111001010111010100011101100000001000101 | 8fc9e98edcf2ba8ec045 |
UTF-8 | 焏ワ鮑タE | 11100111100001001000111111101111101111101001110011101001101011101001000111101111101111101000000001000101 | e7848fefbe9ce9ae91efbe8045 |
UHC | ??鮑?E | 001111110011111111111000111010100011111101000101 | 3f3ff8ea3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)