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 | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
SJIS-WIN | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
EUC-JP | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
UTF-8 | 챗짠혦짧^e^ | 111011001011000110010111111011001010011110100000111011011001100010100110111011001010011110100111010111100110010101011110 | ecb197eca7a0ed98a6eca7a75e655e |
UHC | 챗짠혦짧^e^ | 1100001110101010110000101010011111000010100011101100001010101010010111100110010101011110 | c3aac2a7c28ec2aa5e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)