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 | 迭?? | 10010011010100100011111100111111 | 93523f3f |
EUC-JP | 迭?? | 11000101101100110011111100111111 | c5b33f3f |
UTF-8 | 迭롗렍 | 111010001011111110101101111010111010000110010111111010111010000010001101 | e8bfadeba197eba08d |
UHC | 迭롗렍 | 111100101111011110001110110110111000111010100011 | f2f78edb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)