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 | 隴丞諜 | 111010001010110110001111111001011001001010110011 | e8ad8fe592b3 |
EUC-JP | 隴丞諜 | 111100001010111110111110111001111100010010110101 | f0afbee7c4b5 |
UTF-8 | 隴丞諜 | 111010011001101010110100111001001011100010011110111010001010101110011100 | e99ab4e4b89ee8ab9c |
UHC | ?丞諜 | 0011111111100011101010101111010011100011 | 3fe3aaf4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)