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 | ͼèí | 1100110110111100100011111110100011101101 | cdbc8fe8ed |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Í??èí | 1000111110101010101111110011111100111111100011111010101110110010100011111010101110111111 | 8faabf3f3f8fabb28fabbf |
UTF-8 | ͼèí | 11000011100011011100001010111100110000101000111111000011101010001100001110101101 | c38dc2bcc28fc3a8c3ad |
UHC | ?¼??? | 001111111010100011111001001111110011111100111111 | 3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)