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 | ????^@\ | 00111111001111110011111100111111010111100100000001011100 | 3f3f3f3f5e405c |
SJIS-WIN | ????^@\ | 00111111001111110011111100111111010111100100000001011100 | 3f3f3f3f5e405c |
EUC-JP | ????^@\ | 00111111001111110011111100111111010111100100000001011100 | 3f3f3f3f5e405c |
UTF-8 | 챗짠혦짧^@\ | 111011001011000110010111111011001010011110100000111011011001100010100110111011001010011110100111010111100100000001011100 | ecb197eca7a0ed98a6eca7a75e405c |
UHC | 챗짠혦짧^@\ | 1100001110101010110000101010011111000010100011101100001010101010010111100100000001011100 | c3aac2a7c28ec2aa5e405c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)