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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 。゚召?讓 | 10100001110111111000111110100010001111111110011010101000 | a1df8fa23fe6a8 |
EUC-JP | 。゚召尗讓 | 1000111010100001100011101101111110111110101001001000111110111010111010101110110010101010 | 8ea18edfbea48fbaeaecaa |
UTF-8 | 。゚召尗讓 | 111011111011110110100001111011111011111010011111111001011000111110101100111001011011000010010111111010001010111010010011 | efbda1efbe9fe58face5b097e8ae93 |
UHC | ??召?讓 | 00111111001111111110000110101111001111111110010111010011 | 3f3fe1af3fe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)