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 | 飮?エ | 1001111101011010001111111000001101000111 | 9f5a3f8347 |
EUC-JP | 飮?エ | 1101110110111011001111111010010110101000 | ddbb3fa5a8 |
UTF-8 | 飮싲エ | 111010011010001110101110111011001000101110110010111000111000001010101000 | e9a3aeec8bb2e382a8 |
UHC | 飮싲エ | 111010111110011010011010111010111010101110101000 | ebe69aebaba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)