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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ∫?悠?∫ | 1000000111100111001111111001011101001001001111111000000111100111 | 81e73f97493f81e7 |
EUC-JP | ∫?悠?∫ | 1010001011101001001111111100110110101010001111111010001011101001 | a2e93fcdaa3fa2e9 |
UTF-8 | ∫룫悠▣∫ | 111000101000100010101011111010111010001110101011111001101000001010100000111000101001011010100011111000101000100010101011 | e288abeba3abe682a0e296a3e288ab |
UHC | ∫룫悠▣∫ | 10100001111100101000111110100010111010101110110110100010110000111010000111110010 | a1f28fa2eaeda2c3a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)