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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 悟?\}悟?\{^ | 1000110011100101001111110101110001111101100011001110010100111111010111000111101101011110 | 8ce53f5c7d8ce53f5c7b5e |
EUC-JP | 悟?\}悟?\{^ | 1011100011100111001111110101110001111101101110001110011100111111010111000111101101011110 | b8e73f5c7db8e73f5c7b5e |
UTF-8 | 悟밙\}悟밙\{^ | 1110011010000010100111111110101110110000100110010101110001111101111001101000001010011111111010111011000010011001010111000111101101011110 | e6829febb0995c7de6829febb0995c7b5e |
UHC | 悟밙\}悟밙\{^ | 11100111111101101001001101001011010111000111110111100111111101101001001101001011010111000111101101011110 | e7f6934b5c7de7f6934b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)