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 | ?????V? | 00111111001111110011111100111111001111110101011000111111 | 3f3f3f3f3f563f |
SJIS-WIN | ?????V? | 00111111001111110011111100111111001111110101011000111111 | 3f3f3f3f3f563f |
EUC-JP | ?????V? | 00111111001111110011111100111111001111110101011000111111 | 3f3f3f3f3f563f |
UTF-8 | 찾챙혣챔혡V찼 | 11101100101100001011111011101100101100011001100111101101100110001010001111101100101100011001010011101101100110001010000101010110111011001011000010111100 | ecb0beecb199ed98a3ecb194ed98a156ecb0bc |
UHC | 찾챙혣챔혡V찼 | 11000011101000111100001110101100110000101000110011000011101010001100001010001010010101101100001110100001 | c3a3c3acc28cc3a8c28a56c3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)