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 | 膊奉兮 | 111001000100110110010101111100101001100101100001 | e44d95f29961 |
EUC-JP | 膊奉兮 | 111001111010111011001010111101001101000111000010 | e7aecaf4d1c2 |
UTF-8 | 膊奉兮 | 111010001000011010001010111001011010010110001001111001011000010110101110 | e8868ae5a589e585ae |
UHC | 膊奉兮 | 110110101101101111011100111001011111101110110001 | dadbdce5fbb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)