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 | 嘆其瘋 | 100100100101000110010001101101001110000110000110 | 925191b4e186 |
EUC-JP | 嘆其瘋 | 110000111011001011000010101101101110000111100110 | c3b2c2b6e1e6 |
UTF-8 | 嘆其瘋 | 111001011001100010000110111001011000010110110110111001111001100010001011 | e59886e585b6e7988b |
UHC | 嘆其? | 1111011110100011110100001110110000111111 | f7a3d0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)