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 | 裝脛緋縡 | 1110010111100100111000111111100010010100111010101110001101110001 | e5e4e3f894eae371 |
EUC-JP | 裝脛緋縡 | 1110101011100110111001101111101011001000111011001110010111010010 | eae6e6fac8ece5d2 |
UTF-8 | 裝脛緋縡 | 111010001010001110011101111010001000010010011011111001111011011110001011111001111011100010100001 | e8a39de8849be7b78be7b8a1 |
UHC | 裝脛緋縡 | 1110110111111011110011001110101111011101111111001110111010101101 | edfbccebddfceead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)