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 | 擾?? | 10001111111011110011111100111111 | 8fef3f3f |
EUC-JP | 擾?? | 10111110111100010011111100111111 | bef13f3f |
UTF-8 | 擾우늸 | 111001101001001110111110111011001001101010110000111010111000101010111000 | e693beec9ab0eb8ab8 |
UHC | 擾우늸 | 111010001111011010111111111011001000100010000001 | e8f6bfec8881 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)