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 | 貍膿貍膿 | 1110011010111100100101000101111011100110101111001001010001011110 | e6bc945ee6bc945e |
EUC-JP | 貍膿貍膿 | 1110110010111110110001111011111111101100101111101100011110111111 | ecbec7bfecbec7bf |
UTF-8 | 貍膿貍膿 | 111010001011001010001101111010001000011010111111111010001011001010001101111010001000011010111111 | e8b28de886bfe8b28de886bf |
UHC | ?膿?膿 | 001111111101001011011011001111111101001011011011 | 3fd2db3fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)