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?? | 0011111100111111001111110011111100111111010101100011111100111111 | 3f3f3f3f3f563f3f |
SJIS-WIN | ?????V?? | 0011111100111111001111110011111100111111010101100011111100111111 | 3f3f3f3f3f563f3f |
EUC-JP | ?????V?? | 0011111100111111001111110011111100111111010101100011111100111111 | 3f3f3f3f3f563f3f |
UTF-8 | 찾짚혙혡혡V책횩 | 11101100101100001011111011101100101001111001101011101101100110001001100111101101100110001010000111101101100110001010000101010110111011001011000110000101111011011001101010101001 | ecb0beeca79aed9899ed98a1ed98a156ecb185ed9aa9 |
UHC | 찾짚혙혡혡V책횩 | 110000111010001111000010101001001100001010000100110000101000101011000010100010100101011011000011101001011100001110011111 | c3a3c2a4c284c28ac28a56c3a5c39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)