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 | ?@?????? | 0011111101000000001111110011111100111111001111110011111100111111 | 3f403f3f3f3f3f3f |
SJIS-WIN | ?@?????? | 0011111101000000001111110011111100111111001111110011111100111111 | 3f403f3f3f3f3f3f |
EUC-JP | ?@?????? | 0011111101000000001111110011111100111111001111110011111100111111 | 3f403f3f3f3f3f3f |
UTF-8 | 첬@횖챗혦쨉혦짝 | 11101100101100101010110001000000111011011001101010010110111011001011000110010111111011011001100010100110111011001010100010001001111011011001100010100110111011001010011110011101 | ecb2ac40ed9a96ecb197ed98a6eca889ed98a6eca79d |
UHC | 첬@횖챗혦쨉혦짝 | 110000111011101001000000110000111001000011000011101010101100001010001110110000101011010111000010100011101100001010100110 | c3ba40c390c3aac28ec2b5c28ec2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)