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 | 燾狗插 | 111110110101101010001011111001111001110110000111 | fb5a8be79d87 |
EUC-JP | 燾狗插 | 10001111110010101011110110110110111010011101100111100111 | 8fcabdb6e9d9e7 |
UTF-8 | 燾狗插 | 111001111000011110111110111001111000101110010111111001101000111110010010 | e787bee78b97e68f92 |
UHC | 燾狗? | 1101010010100111110011111011011100111111 | d4a7cfb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)