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???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
SJIS-WIN | ?T???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
EUC-JP | ?T???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
UTF-8 | 청T횂청챨짬 | 11101100101100101010110101010100111011011001101010000010111011001011001010101101111011001011000110101000111011001010011110101100 | ecb2ad54ed9a82ecb2adecb1a8eca7ac |
UHC | 청T횂청챨짬 | 1100001110111011010101001100001110000010110000111011101111000011101100001100001010101011 | c3bb54c382c3bbc3b0c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)