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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 鵝??陰?{d | 111010100100000000111111001111111000100101000001001111110111101101100100 | ea403f3f89413f7b64 |
EUC-JP | 鵝??陰?{d | 111100111010000100111111001111111011000110100010001111110111101101100100 | f3a13f3fb1a23f7b64 |
UTF-8 | 鵝숇갑陰쫞{d | 1110100110110101100111011110110010001000100001111110101010110000100100011110100110011001101100001110110010101011100111100111101101100100 | e9b59dec8887eab091e999b0ecab9e7b64 |
UHC | 鵝숇갑陰쫞{d | 111001001011110110011001111010111011000010101001111010111110010010100110011100100111101101100100 | e4bd99ebb0a9ebe4a6727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)