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 | ??{??uh | 00111111001111110111101100111111001111110111010101101000 | 3f3f7b3f3f7568 |
SJIS-WIN | ??{??uh | 00111111001111110111101100111111001111110111010101101000 | 3f3f7b3f3f7568 |
EUC-JP | ??{??uh | 00111111001111110111101100111111001111110111010101101000 | 3f3f7b3f3f7568 |
UTF-8 | 횄짤{횄징uh | 111011011001101010000100111011001010011110100100011110111110110110011010100001001110110010100111100101010111010101101000 | ed9a84eca7a47bed9a84eca7957568 |
UHC | 횄짤{횄징uh | 1100001110000011110000101010100101111011110000111000001111000010101000010111010101101000 | c383c2a97bc383c2a17568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)