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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 챙혙짠챈짼혚B | 11101100101100011001100111101101100110001001100111101100101001111010000011101100101100011000100011101100101001111011110011101101100110001001101001000010 | ecb199ed9899eca7a0ecb188eca7bced989a42 |
UHC | 챙혙짠챈짼혚B | 11000011101011001100001010000100110000101010011111000011101001101100001010110010110000101000010101000010 | c3acc284c2a7c3a6c2b2c28542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)