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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 肬拷歓^ | 11100011111011011000110110001001100010101011110101011110 | e3ed8d898abd5e |
EUC-JP | 肬拷歓^ | 11100110111011111011100111101001101101001011111101011110 | e6efb9e9b4bf5e |
UTF-8 | 肬拷歓^ | 11101000100000101010110011100110100010111011011111100110101011011001001101011110 | e882ace68bb7e6ad935e |
UHC | ?拷?^ | 0011111111001101101110000011111101011110 | 3fcdb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)