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 | 諠。豸ッ | 111001101000001110100001111001101011011010101111 | e683a1e6b6af |
EUC-JP | 諠。豸ッ | 1110101111100011100011101010000111101100101110001000111010101111 | ebe38ea1ecb88eaf |
UTF-8 | 諠。豸ッ | 111010001010101110100000111011111011110110100001111010001011000110111000111011111011110110101111 | e8aba0efbda1e8b1b8efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)