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 | 嘆狸村束 | 1001001001010001100100100100101110010001101110101001000110101001 | 9251924b91ba91a9 |
EUC-JP | 嘆狸村束 | 1100001110110010110000111010110011000010101111001100001010101011 | c3b2c3acc2bcc2ab |
UTF-8 | 嘆狸村束 | 111001011001100010000110111001111000101110111000111001101001110110010001111001101001110110011111 | e59886e78bb8e69d91e69d9f |
UHC | 嘆狸村束 | 1111011110100011110101111110000111110101101111011110000111010110 | f7a3d7e1f5bde1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)