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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 魴曁曹[ | 11101001101101011001110111111000100100011000001001011011 | e9b59df891825b |
EUC-JP | 魴曁曹[ | 11110010101101111101101011111010110000011110001001011011 | f2b7dafac1e25b |
UTF-8 | 魴曁曹[ | 11101001101011011011010011100110100110111000000111100110100110111011100101011011 | e9adb4e69b81e69bb95b |
UHC | ??曹[ | 0011111100111111111100001100011101011011 | 3f3ff0c75b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)