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 | 1001110011001000001111110011111101010000 | 9cc83f3f50 |
EUC-JP | 慂??P | 1101100011001010001111110011111101010000 | d8ca3f3f50 |
UTF-8 | 慂롫젾P | 11100110100001011000001011101011101000011010101111101100101000001011111001010000 | e68582eba1abeca0be50 |
UHC | 慂롫젾P | 11101001101111011000111011101011101000001011000001010000 | e9bd8eeba0b050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)