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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 晨邁?B | 100111011110110111100111101100000011111101000010 | 9dede7b03f42 |
EUC-JP | 晨邁?B | 110110101110111111101110101100100011111101000010 | daefeeb23f42 |
UTF-8 | 晨邁됗B | 11100110100110011010100011101001100000101000000111101011100100001001011101000010 | e699a8e98281eb909742 |
UHC | 晨邁됗B | 11100011111001111101100011100100100010011101100001000010 | e3e7d8e489d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)