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 | ????CA?? | 0011111100111111001111110011111101000011010000010011111100111111 | 3f3f3f3f43413f3f |
SJIS-WIN | ????CA?? | 0011111100111111001111110011111101000011010000010011111100111111 | 3f3f3f3f43413f3f |
EUC-JP | ????CA?? | 0011111100111111001111110011111101000011010000010011111100111111 | 3f3f3f3f43413f3f |
UTF-8 | 혦횄혦쨘CA혦횄 | 1110110110011000101001101110110110011010100001001110110110011000101001101110110010101000100110000100001101000001111011011001100010100110111011011001101010000100 | ed98a6ed9a84ed98a6eca8984341ed98a6ed9a84 |
UHC | 혦횄혦쨘CA혦횄 | 1100001010001110110000111000001111000010100011101100001010111010010000110100000111000010100011101100001110000011 | c28ec383c28ec2ba4341c28ec383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)