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 | 張ょ?^ | 100100101010001110000010111001010011111101011110 | 92a382e53f5e |
EUC-JP | 張ょ?^ | 110001001010010110100100111001110011111101011110 | c4a5a4e73f5e |
UTF-8 | 張ょ콠^ | 11100101101111001011010111100011100000101000011111101100101111011010000001011110 | e5bcb5e38287ecbda05e |
UHC | 張ょ콠^ | 11101101111001011010101011100111101100011001100001011110 | ede5aae7b1985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)