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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮キ陜会スケ | 111010011010101110110111111010001001110110001001111011111011110110111001 | e9abb7e89d89efbdb9 |
EUC-JP | 鬮キ陜会スケ | 111100101010110110001110101101111110111111111101101100101111000110001110101111011000111010111001 | f2ad8eb7effdb2f18ebd8eb9 |
UTF-8 | 鬮キ陜会スケ | 111010011010110010101110111011111011110110110111111010011001100110011100111001001011110010011010111011111011110110111101111011111011110110111001 | e9acaeefbdb7e9999ce4bc9aefbdbdefbdb9 |
UHC | ??陜??? | 00111111001111111111100111110000001111110011111100111111 | 3f3ff9f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)