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 | 阮罷汢^ | 11101000100101101001010011101011100111111000100101011110 | e89694eb9f895e |
EUC-JP | 阮罷汢^ | 11101111111101101100100011101101110111011110100101011110 | eff6c8eddde95e |
UTF-8 | 阮罷汢^ | 11101001100110001010111011100111101111011011011111100110101100011010001001011110 | e998aee7bdb7e6b1a25e |
UHC | 阮罷?^ | 111010001101011011110111111100110011111101011110 | e8d6f7f33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)