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??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
SJIS-WIN | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
EUC-JP | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
UTF-8 | 횄쨘H횄징wF | 111011011001101010000100111011001010100010011000010010001110110110011010100001001110110010100111100101010111011101000110 | ed9a84eca89848ed9a84eca7957746 |
UHC | 횄쨘H횄징wF | 1100001110000011110000101011101001001000110000111000001111000010101000010111011101000110 | c383c2ba48c383c2a17746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)