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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 羝取燦P | 11100011101101101000111011100110100011100101011101010000 | e3b68ee68e5750 |
EUC-JP | 羝取燦P | 11100110101110001011110011101000101110111011100001010000 | e6b8bce8bbb850 |
UTF-8 | 羝取燦P | 11100111101111101001110111100101100011111001011011100111100001111010011001010000 | e7be9de58f96e787a650 |
UHC | ?取燦P | 001111111111011010100010111100111011111001010000 | 3ff6a2f3be50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)