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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 횙횋챨쨉횓챙h | 11101101100110101001100111101101100110101000101111101100101100011010100011101100101010001000100111101101100110101001001111101100101100011001100101101000 | ed9a99ed9a8becb1a8eca889ed9a93ecb19968 |
UHC | 횙횋챨쨉횓챙h | 11000011100100111100001110001001110000111011000011000010101101011100001110001110110000111010110001101000 | c393c389c3b0c2b5c38ec3ac68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)