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 | 誰箪辰 | 100100100100111010010010010111001001001001000011 | 924e925c9243 |
EUC-JP | 誰箪辰 | 110000111010111111000011101111011100001110100100 | c3afc3bdc3a4 |
UTF-8 | 誰箪辰 | 111010001010101010110000111001111010111010101010111010001011111010110000 | e8aab0e7aeaae8beb0 |
UHC | 誰?辰 | 1110001011000001001111111111001011100011 | e2c13ff2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)