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 | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
UTF-8 | 챕짜혘C횩횑 | 11101100101100011001010111101100101001111001110011101101100110001001100001000011111011011001101010101001111011011001101010010001 | ecb195eca79ced989843ed9aa9ed9a91 |
UHC | 챕짜혘C횩횑 | 1100001110101001110000101010010111000010100000110100001111000011100111111100001110001100 | c3a9c2a5c28343c39fc38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)