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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ー齒罔 | 1011000011101010100011111110001110100110 | b0ea8fe3a6 |
EUC-JP | ー齒罔 | 100011101011000011110011111011111110011010101000 | 8eb0f3efe6a8 |
UTF-8 | ー齒罔 | 111011111011110110110000111010011011110110010010111001111011110110010100 | efbdb0e9bd92e7bd94 |
UHC | ?齒罔 | 0011111111110110110011011101100011010010 | 3ff6cdd8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)