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 | 杢鴣}杢鴣{^ | 1001011011011011111010011111001101111101100101101101101111101001111100110111101101011110 | 96dbe9f37d96dbe9f37b5e |
EUC-JP | 杢鴣}杢鴣{^ | 1100110011011101111100101111010101111101110011001101110111110010111101010111101101011110 | ccddf2f57dccddf2f57b5e |
UTF-8 | 杢鴣}杢鴣{^ | 111001101001110110100010111010011011010010100011011111011110011010011101101000101110100110110100101000110111101101011110 | e69da2e9b4a37de69da2e9b4a37b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)