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 | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
SJIS-WIN | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
EUC-JP | ?????@?? | 0011111100111111001111110011111100111111010000000011111100111111 | 3f3f3f3f3f403f3f |
UTF-8 | 찾째혦혚혟@찾챤 | 11101100101100001011111011101100101001111011100011101101100110001010011011101101100110001001101011101101100110001001111101000000111011001011000010111110111011001011000110100100 | ecb0beeca7b8ed98a6ed989aed989f40ecb0beecb1a4 |
UHC | 찾째혦혚혟@찾챤 | 110000111010001111000010101100001100001010001110110000101000010111000010100010010100000011000011101000111100001110101110 | c3a3c2b0c28ec285c28940c3a3c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)