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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 駿???羸 | 10001111011110000011111100111111001111111110001110111110 | 8f783f3f3fe3be |
EUC-JP | 駿???羸 | 10111101110110010011111100111111001111111110011011000000 | bdd93f3f3fe6c0 |
UTF-8 | 駿쇱렮고羸 | 111010011010011110111111111011001000011110110001111010111010000010101110111010101011001110100000111001111011111010111000 | e9a7bfec87b1eba0aeeab3a0e7beb8 |
UHC | 駿쇱렮고羸 | 11110001111001111011110011101100100011101011101110110000111011011101011111101000 | f1e7bcec8ebbb0edd7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)