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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 儀輕建? | 10001011010101101110011101101010100011001001101000111111 | 8b56e76a8c9a3f |
EUC-JP | 儀輕建? | 10110101101101111110110111001011101101111111101000111111 | b5b7edcbb7fa3f |
UTF-8 | 儀輕建뤊 | 111001011000010010000000111010001011110010010101111001011011101110111010111010111010010010001010 | e58480e8bc95e5bbbaeba48a |
UHC | 儀輕建뤊 | 1110101111110000110011001110111011001011111011111000111110111010 | ebf0cceecbef8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)