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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 譎ァ譎ァB | 11100110100110011010011111100110100110011010011101000010 | e699a7e699a742 |
EUC-JP | 譎ァ譎ァB | 111010111111100110001110101001111110101111111001100011101010011101000010 | ebf98ea7ebf98ea742 |
UTF-8 | 譎ァ譎ァB | 11101000101011011000111011101111101111011010011111101000101011011000111011101111101111011010011101000010 | e8ad8eefbda7e8ad8eefbda742 |
UHC | 譎?譎?B | 11111101110100100011111111111101110100100011111101000010 | fdd23ffdd23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)