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 | 郞∬征 | 111110111011011010000001111010001001000010101010 | fbb681e890aa |
EUC-JP | ?∬征 | 0011111110100010111010101100000010101100 | 3fa2eac0ac |
UTF-8 | 郞∬征 | 111010011000001110011110111000101000100010101100111001011011111010000001 | e9839ee288ace5be81 |
UHC | 郞∬征 | 110101011100110110100001111100111110111111010110 | d5cda1f3efd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)