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 | 謔娯罰 | 111001101000001010001100111000101001010010110001 | e6828ce294b1 |
EUC-JP | 謔娯罰 | 111010111110001010111000111001001100100010110011 | ebe2b8e4c8b3 |
UTF-8 | 謔娯罰 | 111010001010110010010100111001011010100010101111111001111011110110110000 | e8ac94e5a8afe7bdb0 |
UHC | 謔?罰 | 1111100111001100001111111101101111101011 | f9cc3fdbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)