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 | 貉幄ェー遶 | 1110011010111001100110111110100010101010101100001110011110101011 | e6b99be8aab0e7ab |
EUC-JP | 貉幄ェー遶 | 11101100101110111101011011101010100011101010101010001110101100001110111010101101 | ecbbd6ea8eaa8eb0eead |
UTF-8 | 貉幄ェー遶 | 111010001011001010001001111001011011100110000100111011111011110110101010111011111011110110110000111010011000000110110110 | e8b289e5b984efbdaaefbdb0e981b6 |
UHC | ?幄??? | 001111111110010011000001001111110011111100111111 | 3fe4c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)