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 | 茫∞酬 | 111001001010100110000001100001111000111101010110 | e4a981878f56 |
EUC-JP | 茫∞酬 | 111010001010101110100001111001111011110110110111 | e8aba1e7bdb7 |
UTF-8 | 茫∞酬 | 111010001000110010101011111000101000100010011110111010011000010110101100 | e88cabe2889ee985ac |
UHC | 茫∞酬 | 110110001101010010100001110001001110001011000110 | d8d4a1c4e2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)