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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爰贍?? | 111000001010011111100110110101100011111100111111 | e0a7e6d63f3f |
EUC-JP | 爰贍?? | 111000001010100111101100110110000011111100111111 | e0a9ecd83f3f |
UTF-8 | 爰贍롛롋 | 111001111000100010110000111010001011010010001101111010111010000110011011111010111010000110001011 | e788b0e8b48deba19beba18b |
UHC | 爰贍롛롋 | 1110101010111010111000001110101110001110110111111000111011010001 | eabae0eb8edf8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)