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????^ | 00111111010101000011111100111111001111110011111101011110 | 3f543f3f3f3f5e |
SJIS-WIN | ?T????^ | 00111111010101000011111100111111001111110011111101011110 | 3f543f3f3f3f5e |
EUC-JP | ?T????^ | 00111111010101000011111100111111001111110011111101011110 | 3f543f3f3f3f5e |
UTF-8 | 청T횚챕횠짢^ | 1110110010110010101011010101010011101101100110101001101011101100101100011001010111101101100110101010000011101100101001111010001001011110 | ecb2ad54ed9a9aecb195ed9aa0eca7a25e |
UHC | 청T횚챕횠짢^ | 110000111011101101010100110000111001010011000011101010011100001110011000110000101010100001011110 | c3bb54c394c3a9c398c2a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)