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 | ?岩}?岩{^ | 001111111000101011100010011111010011111110001010111000100111101101011110 | 3f8ae27d3f8ae27b5e |
EUC-JP | 脘岩}脘岩{^ | 10001111110101101010110010110100111001000111110110001111110101101010110010110100111001000111101101011110 | 8fd6acb4e47d8fd6acb4e47b5e |
UTF-8 | 脘岩}脘岩{^ | 111010001000010010011000111001011011001010101001011111011110100010000100100110001110010110110010101010010111101101011110 | e88498e5b2a97de88498e5b2a97b5e |
UHC | 脘岩}脘岩{^ | 1110100011010010111001001101101101111101111010001101001011100100110110110111101101011110 | e8d2e4db7de8d2e4db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)