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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 茹シサシスシ・ | 1110010010100101101111001011101110111100101111011011110010100101 | e4a5bcbbbcbdbca5 |
EUC-JP | 茹シサシスシ・ | 1110100010100111100011101011110010001110101110111000111010111100100011101011110110001110101111001000111010100101 | e8a78ebc8ebb8ebc8ebd8ebc8ea5 |
UTF-8 | 茹シサシスシ・ | 111010001000110010111001111011111011110110111100111011111011110110111011111011111011110110111100111011111011110110111101111011111011110110111100111011111011110110100101 | e88cb9efbdbcefbdbbefbdbcefbdbdefbdbcefbda5 |
UHC | 茹?????? | 1110011010101010001111110011111100111111001111110011111100111111 | e6aa3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)