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 | 鴪貉}鴪貉{^ | 1110100111110000111001101011100101111101111010011111000011100110101110010111101101011110 | e9f0e6b97de9f0e6b97b5e |
EUC-JP | 鴪貉}鴪貉{^ | 1111001011110010111011001011101101111101111100101111001011101100101110110111101101011110 | f2f2ecbb7df2f2ecbb7b5e |
UTF-8 | 鴪貉}鴪貉{^ | 111010011011010010101010111010001011001010001001011111011110100110110100101010101110100010110010100010010111101101011110 | e9b4aae8b2897de9b4aae8b2897b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)