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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 猾サマE | 1110000011001111101110111100111101000101 | e0cfbbcf45 |
EUC-JP | 猾サマE | 11100000110100011000111010111011100011101100111101000101 | e0d18ebb8ecf45 |
UTF-8 | 猾サマE | 11100111100011001011111011101111101111011011101111101111101111101000111101000101 | e78cbeefbdbbefbe8f45 |
UHC | 猾??E | 1111110011000010001111110011111101000101 | fcc23f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)