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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 帙悽}帙悽{^ | 1001101111100011100111001010110001111101100110111110001110011100101011000111101101011110 | 9be39cac7d9be39cac7b5e |
EUC-JP | 帙悽}帙悽{^ | 1101011011100101110110001010111001111101110101101110010111011000101011100111101101011110 | d6e5d8ae7dd6e5d8ae7b5e |
UTF-8 | 帙悽}帙悽{^ | 111001011011100010011001111001101000001010111101011111011110010110111000100110011110011010000010101111010111101101011110 | e5b899e682bd7de5b899e682bd7b5e |
UHC | 帙悽}帙悽{^ | 1111001011101101111101001010010001111101111100101110110111110100101001000111101101011110 | f2edf4a47df2edf4a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)