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 | ìÖ¼µ | 1000111111101100110101101011110010110101 | 8fecd6bcb5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ìÖ?? | 001111111000111110101011110000001000111110101010110100110011111100111111 | 3f8fabc08faad33f3f |
UTF-8 | ìÖ¼µ | 11000010100011111100001110101100110000111001011011000010101111001100001010110101 | c28fc3acc396c2bcc2b5 |
UHC | ???¼? | 001111110011111100111111101010001111100100111111 | 3f3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)