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 | 茫駕週莟 | 1110010010101001100010011110110110001111010101001110010010101111 | e4a989ed8f54e4af |
EUC-JP | 茫駕週莟 | 1110100010101011101100101110111110111101101101011110100010110001 | e8abb2efbdb5e8b1 |
UTF-8 | 茫駕週莟 | 111010001000110010101011111010011010011110010101111010011000000010110001111010001000111010011111 | e88cabe9a795e980b1e88e9f |
UHC | 茫駕週? | 11011000110101001100101010111101111100011100111000111111 | d8d4cabdf1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)