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 | ?T?{?? | 001111110101010000111111011110110011111100111111 | 3f543f7b3f3f |
SJIS-WIN | ?T?{?? | 001111110101010000111111011110110011111100111111 | 3f543f7b3f3f |
EUC-JP | ?T?{?? | 001111110101010000111111011110110011111100111111 | 3f543f7b3f3f |
UTF-8 | 찾T혯{창짝 | 1110110010110000101111100101010011101101100110001010111101111011111011001011000010111101111011001010011110011101 | ecb0be54ed98af7becb0bdeca79d |
UHC | 찾T혯{창짝 | 11000011101000110101010011000010100101100111101111000011101000101100001010100110 | c3a354c2967bc3a2c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)