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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 驛、蛻サ霈ッB | 11101001100000111010010011100101100010001011101111101000101111001010111101000010 | e983a4e588bbe8bcaf42 |
EUC-JP | 驛、蛻サ霈ッB | 11110001111000111000111010100100111010011110100010001110101110111111000010111110100011101010111101000010 | f1e38ea4e9e88ebbf0be8eaf42 |
UTF-8 | 驛、蛻サ霈ッB | 11101001101010011001101111101111101111011010010011101000100110111011101111101111101111011011101111101001100111001000100011101111101111011010111101000010 | e9a99befbda4e89bbbefbdbbe99c88efbdaf42 |
UHC | 驛?????B | 1110011010111110001111110011111100111111001111110011111101000010 | e6be3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)