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 | ??h????E | 0011111100111111011010000011111100111111001111110011111101000101 | 3f3f683f3f3f3f45 |
SJIS-WIN | ??h????E | 0011111100111111011010000011111100111111001111110011111101000101 | 3f3f683f3f3f3f45 |
EUC-JP | ??h????E | 0011111100111111011010000011111100111111001111110011111101000101 | 3f3f683f3f3f3f45 |
UTF-8 | 횄짠h횂혺횄짹E | 1110110110011010100001001110110010100111101000000110100011101101100110101000001011101101100110001011101011101101100110101000010011101100101001111011100101000101 | ed9a84eca7a068ed9a82ed98baed9a84eca7b945 |
UHC | 횄짠h횂혺횄짹E | 1100001110000011110000101010011101101000110000111000001011000010100111111100001110000011110000101011000101000101 | c383c2a768c382c29fc383c2b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)