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 | 00111111001111110011111101100111 | 3f3f3f67 |
SJIS-WIN | シサg | 1111001011101100101111001011101101100111 | f2ecbcbb67 |
EUC-JP | ?シサg | 001111111000111010111100100011101011101101100111 | 3f8ebc8ebb67 |
UTF-8 | シサg | 11101110100010001010001111101111101111011011110011101111101111011011101101100111 | ee88a3efbdbcefbdbb67 |
UHC | ???g | 00111111001111110011111101100111 | 3f3f3f67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)