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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痂蓼痂蓍 | 1110000101101111111001001111100011100001011011111110010011100111 | e16fe4f8e16fe4e7 |
EUC-JP | 痂蓼痂蓍 | 1110000111010000111010001111101011100001110100001110100011101001 | e1d0e8fae1d0e8e9 |
UTF-8 | 痂蓼痂蓍 | 111001111001011110000010111010001001001110111100111001111001011110000010111010001001001110001101 | e79782e893bce79782e8938d |
UHC | 痂蓼痂蓍 | 1100101010110010110101101111111011001010101100101110001111001001 | cab2d6fecab2e3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)