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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????癰 | 00111111001111110011111100111111001111111110000110011110 | 3f3f3f3f3fe19e |
EUC-JP | ?????癰 | 00111111001111110011111100111111001111111110000111111110 | 3f3f3f3f3fe1fe |
UTF-8 | 챘체횧챗흱癰 | 111011001011000110011000111011001011001010110100111011011001101010100111111011001011000110010111111011011001110110110001111001111001100110110000 | ecb198ecb2b4ed9aa7ecb197ed9db1e799b0 |
UHC | 챘체횧챗흱癰 | 110000111010101111000011101111001100001110011110110000111010101011000101100011001110100010111001 | c3abc3bcc39ec3aac58ce8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)