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 | 粳籖粨 | 111000101110100111100010110111011110001011101000 | e2e9e2dde2e8 |
EUC-JP | 粳籖粨 | 111001001110101111100100110111111110010011101010 | e4ebe4dfe4ea |
UTF-8 | 粳籖粨 | 111001111011001010110011111001111011000110010110111001111011001010101000 | e7b2b3e7b196e7b2a8 |
UHC | 粳?? | 11001011110101110011111100111111 | cbd73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)