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 | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-WIN | 娼テ将ムg\ | 1000111110101001110000111000111110101011110100010110011101011100 | 8fa9c38fabd1675c |
EUC-JP | 娼テ将ムg\ | 10111110101010111000111011000011101111101010110110001110110100010110011101011100 | beab8ec3bead8ed1675c |
UTF-8 | 娼テ将ムg\ | 1110010110101000101111001110111110111110100000111110010110110000100001101110111110111110100100010110011101011100 | e5a8bcefbe83e5b086efbe91675c |
UHC | 娼???g\ | 11110011110111100011111100111111001111110110011101011100 | f3de3f3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)