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 | 0011111111100110101110101100011001000010 | 3fe6bac642 |
EUC-JP | 鸖貅ニB | 1000111111101100110101011110110010111100100011101100011001000010 | 8fecd5ecbc8ec642 |
UTF-8 | 鸖貅ニB | 11101001101110001001011011101000101100101000010111101111101111101000011001000010 | e9b896e8b285efbe8642 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)