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 | ?黍}?黍{^ | 001111111000101101101111011111010011111110001011011011110111101101011110 | 3f8b6f7d3f8b6f7b5e |
EUC-JP | ?黍}?黍{^ | 001111111011010111010000011111010011111110110101110100000111101101011110 | 3fb5d07d3fb5d07b5e |
UTF-8 | 樂黍}樂黍{^ | 111011111010011010111111111010011011101110001101011111011110111110100110101111111110100110111011100011010111101101011110 | efa6bfe9bb8d7defa6bfe9bb8d7b5e |
UHC | 樂黍}樂黍{^ | 1110100011111001111000001010100001111101111010001111100111100000101010000111101101011110 | e8f9e0a87de8f9e0a87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)