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 | 日?漿斑 | 10010011111110100011111110011111111101111001010011000001 | 93fa3f9ff794c1 |
EUC-JP | 日?漿斑 | 11000110111111000011111111011110111110011100100011000011 | c6fc3fdef9c8c3 |
UTF-8 | 日렓漿斑 | 111001101001011110100101111010111010000010010011111001101011110010111111111001101001011010010001 | e697a5eba093e6bcbfe69691 |
UHC | 日렓漿斑 | 1110110011101101100011101010100011101101111011001101101011101000 | eced8ea8edecdae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)