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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 孩硫孩硫^ | 100110110111011110010111101100001001101101110111100101111011000001011110 | 9b7797b09b7797b05e |
EUC-JP | 孩硫孩硫^ | 110101011101100011001110101100101101010111011000110011101011001001011110 | d5d8ceb2d5d8ceb25e |
UTF-8 | 孩硫孩硫^ | 11100101101011011010100111100111101000011010101111100101101011011010100111100111101000011010101101011110 | e5ada9e7a1abe5ada9e7a1ab5e |
UHC | 孩硫孩硫^ | 111110101010100111010111101111001111101010101001110101111011110001011110 | faa9d7bcfaa9d7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)