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 | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
SJIS-WIN | 奪P達存B | 1001001001000100010100001001001001000010100100011011011001000010 | 924450924291b642 |
EUC-JP | 奪P達存B | 1100001110100101010100001100001110100011110000101011100001000010 | c3a550c3a3c2b842 |
UTF-8 | 奪P達存B | 1110010110100101101010100101000011101001100000011001010011100101101011011001100001000010 | e5a5aa50e98194e5ad9842 |
UHC | 奪P達存B | 1111011110101100010100001101001110111001111100001110110101000010 | f7ac50d3b9f0ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)