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 | ??寐??妹^ | 001111110011111110011011100001110011111100111111100101101000010101011110 | 3f3f9b873f3f96855e |
EUC-JP | ??寐??妹^ | 001111110011111111010101111001110011111100111111110010111110010101011110 | 3f3fd5e73f3fcbe55e |
UTF-8 | 뤛끽寐뤛끽妹^ | 11101011101001001001101111101011100000011011110111100101101011111001000011101011101001001001101111101011100000011011110111100101101001101011100101011110 | eba49beb81bde5af90eba49beb81bde5a6b95e |
UHC | 뤛끽寐뤛끽妹^ | 10001111110010101011001110100011110110001101101110001111110010101011001110100011110110001101100101011110 | 8fcab3a3d8db8fcab3a3d8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)