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 | 辰箪誰 | 100100100100001110010010010111001001001001001110 | 9243925c924e |
EUC-JP | 辰箪誰 | 110000111010010011000011101111011100001110101111 | c3a4c3bdc3af |
UTF-8 | 辰箪誰 | 111010001011111010110000111001111010111010101010111010001010101010110000 | e8beb0e7aeaae8aab0 |
UHC | 辰?誰 | 1111001011100011001111111110001011000001 | f2e33fe2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)