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 | 萼肭゚ | 1110010011010011111000111110101111011111 | e4d3e3ebdf |
EUC-JP | 萼肭゚ | 111010001101010111100110111011011000111011011111 | e8d5e6ed8edf |
UTF-8 | 萼肭゚ | 111010001001000010111100111010001000001010101101111011111011111010011111 | e890bce882adefbe9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)