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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襪翫衆篋 | 1110011001000011100010101110001110001111010011111110001010111000 | e6438ae38f4fe2b8 |
EUC-JP | 襪翫衆篋 | 1110101110100100101101001110010110111101101100001110010010111010 | eba4b4e5bdb0e4ba |
UTF-8 | 襪翫衆篋 | 111010001010010110101010111001111011111110101011111010001010000110000110111001111010111110001011 | e8a5aae7bfabe8a186e7af8b |
UHC | 襪翫衆? | 11011000110010101110100011010001111100011110101100111111 | d8cae8d1f1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)