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 | ?????Y? | 00111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f593f |
SJIS-WIN | ?????Y? | 00111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f593f |
EUC-JP | ?????Y? | 00111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f593f |
UTF-8 | 챔챔혦쨋청Y쩌 | 11101100101100011001010011101100101100011001010011101101100110001010011011101100101010001000101111101100101100101010110101011001111011001010100110001100 | ecb194ecb194ed98a6eca88becb2ad59eca98c |
UHC | 챔챔혦쨋청Y쩌 | 11000011101010001100001110101000110000101000111011000010101101101100001110111011010110011100001010111100 | c3a8c3a8c28ec2b6c3bb59c2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)