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 | ?貶骰 | 0011111111100110110010001110100110001101 | 3fe6c8e98d |
EUC-JP | 錤貶骰 | 10001111111001001101111111101100110010101111000111101101 | 8fe4dfeccaf1ed |
UTF-8 | 錤貶骰 | 111010011000110010100100111010001011001010110110111010011010101010110000 | e98ca4e8b2b6e9aab0 |
UHC | 錤貶? | 1101000111000101111110001011111100111111 | d1c5f8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)