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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??底脛??^ | 001111110011111110010010111010101110001111111000001111110011111101011110 | 3f3f92eae3f83f3f5e |
EUC-JP | 勖?底脛??^ | 1000111110110011111011010011111111000100111011001110011011111010001111110011111101011110 | 8fb3ed3fc4ece6fa3f3f5e |
UTF-8 | 勖렓底脛렜렜^ | 11100101100010111001011011101011101000001001001111100101101110101001010111101000100001001001101111101011101000001001110011101011101000001001110001011110 | e58b96eba093e5ba95e8849beba09ceba09c5e |
UHC | 勖렓底脛렜렜^ | 11101001111011011000111010101000111011101011110011001100111010111000111010101110100011101010111001011110 | e9ed8ea8eebccceb8eae8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)