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?[ | 00111111010101000011111101011011 | 3f543f5b |
SJIS-WIN | ?T?[ | 00111111010101000011111101011011 | 3f543f5b |
EUC-JP | ?T?[ | 00111111010101000011111101011011 | 3f543f5b |
UTF-8 | 찾T혳[ | 1110110010110000101111100101010011101101100110001011001101011011 | ecb0be54ed98b35b |
UHC | 찾T혳[ | 110000111010001101010100110000101001101001011011 | c3a354c29a5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)