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 | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
SJIS-WIN | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
EUC-JP | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
UTF-8 | 첬B혦짬 | 11101100101100101010110001000010111011011001100010100110111011001010011110101100 | ecb2ac42ed98a6eca7ac |
UHC | 첬B혦짬 | 11000011101110100100001011000010100011101100001010101011 | c3ba42c28ec2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)