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 | 腆主┠^ | 11100100010000011000111011100101100001001011010101011110 | e4418ee584b55e |
EUC-JP | 腆主┠^ | 11100111101000101011110011100111101010001011011101011110 | e7a2bce7a8b75e |
UTF-8 | 腆主┠^ | 11101000100001011000011011100100101110001011101111100010100101001010000001011110 | e88586e4b8bbe294a05e |
UHC | ?主┠^ | 001111111111000110101011101001101011011101011110 | 3ff1aba6b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)