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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟋墅ケ寘 | 11100101101001111001101011001110101110011111101010101001 | e5a79aceb9faa9 |
EUC-JP | 蟋墅ケ寘 | 111010101010100111010100110100001000111010111001100011111011101011100001 | eaa9d4d08eb98fbae1 |
UTF-8 | 蟋墅ケ寘 | 111010001001111110001011111001011010001010000101111011111011110110111001111001011010111110011000 | e89f8be5a285efbdb9e5af98 |
UHC | ?墅?? | 0011111111011111111010100011111100111111 | 3fdfea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)