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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 蟾ス邂ェU | 11100101101101111011110111100111101011101010101001010101 | e5b7bde7aeaa55 |
EUC-JP | 蟾ス邂ェU | 111010101011100110001110101111011110111010110000100011101010101001010101 | eab98ebdeeb08eaa55 |
UTF-8 | 蟾ス邂ェU | 11101000100111111011111011101111101111011011110111101001100000101000001011101111101111011010101001010101 | e89fbeefbdbde98282efbdaa55 |
UHC | 蟾?邂?U | 11100000111010100011111111111010101100110011111101010101 | e0ea3ffab33f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)