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 | 薑潔┠^ | 11100101010001111000110010001001100001001011010101011110 | e5478c8984b55e |
EUC-JP | 薑潔┠^ | 11101001101010001011011111101001101010001011011101011110 | e9a8b7e9a8b75e |
UTF-8 | 薑潔┠^ | 11101000100101101001000111100110101111011001010011100010100101001010000001011110 | e89691e6bd94e294a05e |
UHC | 薑潔┠^ | 11001011101110011100110010111110101001101011011101011110 | cbb9ccbea6b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)