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 | 凋?ε | 1001001010011100001111111000001111000011 | 929c3f83c3 |
EUC-JP | 凋?ε | 1100001111111100001111111010011011000101 | c3fc3fa6c5 |
UTF-8 | 凋얕ε | 1110010110000111100010111110110010010110100101011100111010110101 | e5878bec9695ceb5 |
UHC | 凋얕ε | 111100001011110110111110111010001010010111100101 | f0bdbee8a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)