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 | ????S\ | 001111110011111100111111001111110101001101011100 | 3f3f3f3f535c |
SJIS-WIN | ラ瞠ゥS\ | 1101011111100001110100111010100111110000111011110101001101011100 | d7e1d3a9f0ef535c |
EUC-JP | ラ瞠ゥ?S\ | 100011101101011111100010110101011000111010101001001111110101001101011100 | 8ed7e2d58ea93f535c |
UTF-8 | ラ瞠ゥS\ | 1110111110111110100101111110011110011110101000001110111110111101101010011110111010000010101011100101001101011100 | efbe97e79ea0efbda9ee82ae535c |
UHC | ????S\ | 001111110011111100111111001111110101001101011100 | 3f3f3f3f535c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)