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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?寐?妹^ | 00111111100110111000011100111111100101101000010101011110 | 3f9b873f96855e |
EUC-JP | ?寐?妹^ | 00111111110101011110011100111111110010111110010101011110 | 3fd5e73fcbe55e |
UTF-8 | 뤟寐뤟妹^ | 11101011101001001001111111100101101011111001000011101011101001001001111111100101101001101011100101011110 | eba49fe5af90eba49fe5a6b95e |
UHC | 뤟寐뤟妹^ | 100011111100111011011000110110111000111111001110110110001101100101011110 | 8fced8db8fced8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)