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? | 00111111001111110011111100111111010000110100000100111111 | 3f3f3f3f43413f |
SJIS-WIN | ????CA? | 00111111001111110011111100111111010000110100000100111111 | 3f3f3f3f43413f |
EUC-JP | ????CA? | 00111111001111110011111100111111010000110100000100111111 | 3f3f3f3f43413f |
UTF-8 | 혦횄혦쨘CA혦 | 1110110110011000101001101110110110011010100001001110110110011000101001101110110010101000100110000100001101000001111011011001100010100110 | ed98a6ed9a84ed98a6eca8984341ed98a6 |
UHC | 혦횄혦쨘CA혦 | 110000101000111011000011100000111100001010001110110000101011101001000011010000011100001010001110 | c28ec383c28ec2ba4341c28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)