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 | ??I????\ | 0011111100111111010010010011111100111111001111110011111101011100 | 3f3f493f3f3f3f5c |
SJIS-WIN | ??I????\ | 0011111100111111010010010011111100111111001111110011111101011100 | 3f3f493f3f3f3f5c |
EUC-JP | ??I????\ | 0011111100111111010010010011111100111111001111110011111101011100 | 3f3f493f3f3f3f5c |
UTF-8 | 횄쨘I횄혚횄혰\ | 1110110110011010100001001110110010101000100110000100100111101101100110101000010011101101100110001001101011101101100110101000010011101101100110001011000001011100 | ed9a84eca89849ed9a84ed989aed9a84ed98b05c |
UHC | 횄쨘I횄혚횄혰\ | 1100001110000011110000101011101001001001110000111000001111000010100001011100001110000011110000101001011101011100 | c383c2ba49c383c285c383c2975c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)