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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 燾冶崟 | 111110110101101010010110111010001001101110111110 | fb5a96e89bbe |
EUC-JP | 燾冶崟 | 10001111110010101011110111001100111010101101011011000000 | 8fcabdccead6c0 |
UTF-8 | 燾冶崟 | 111001111000011110111110111001011000011010110110111001011011010010011111 | e787bee586b6e5b49f |
UHC | 燾冶? | 1101010010100111111001011010011100111111 | d4a7e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)