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 | ?盆?逗 | 001111111001011001111110001111111001000010000000 | 3f967e3f9080 |
EUC-JP | ?盆?逗 | 001111111100101111011111001111111011111111100000 | 3fcbdf3fbfe0 |
UTF-8 | 저盆저逗 | 111011001010000010000000111001111001101110000110111011001010000010000000111010011000000010010111 | eca080e79b86eca080e98097 |
UHC | 저盆저逗 | 1100000011111010110111011100111011000000111110101101010011101000 | c0faddcec0fad4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)