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 | ??ph??p | 00111111001111110111000001101000001111110011111101110000 | 3f3f70683f3f70 |
SJIS-WIN | ??ph??p | 00111111001111110111000001101000001111110011111101110000 | 3f3f70683f3f70 |
EUC-JP | ??ph??p | 00111111001111110111000001101000001111110011111101110000 | 3f3f70683f3f70 |
UTF-8 | 횂혮ph횂혮p | 111011011001101010000010111011011001100010101110011100000110100011101101100110101000001011101101100110001010111001110000 | ed9a82ed98ae7068ed9a82ed98ae70 |
UHC | 횂혮ph횂혮p | 1100001110000010110000101001010101110000011010001100001110000010110000101001010101110000 | c382c2957068c382c29570 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)