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 | 誰多促 | 100100100100111010010001101111011001000110100011 | 924e91bd91a3 |
EUC-JP | 誰多促 | 110000111010111111000010101111111100001010100101 | c3afc2bfc2a5 |
UTF-8 | 誰多促 | 111010001010101010110000111001011010010010011010111001001011111110000011 | e8aab0e5a49ae4bf83 |
UHC | 誰多促 | 111000101100000111010010111111011111010110110101 | e2c1d2fdf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)