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 | 鷲臘}鷲臘{^ | 1001100001101000111001000110001101111101100110000110100011100100011000110111101101011110 | 9868e4637d9868e4637b5e |
EUC-JP | 鷲臘}鷲臘{^ | 1100111111001001111001111100010001111101110011111100100111100111110001000111101101011110 | cfc9e7c47dcfc9e7c47b5e |
UTF-8 | 鷲臘}鷲臘{^ | 111010011011011110110010111010001000011110011000011111011110100110110111101100101110100010000111100110000111101101011110 | e9b7b2e887987de9b7b2e887987b5e |
UHC | 鷲臘}鷲臘{^ | 1111011010101111110101011100010001111101111101101010111111010101110001000111101101011110 | f6afd5c47df6afd5c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)