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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ冴讓雹 | 11000011100011011110000111100110101010001110100010111001 | c38de1e6a8e8b9 |
EUC-JP | テ冴讓雹 | 1000111011000011101110101110001111101100101010101111000010111011 | 8ec3bae3ecaaf0bb |
UTF-8 | テ冴讓雹 | 111011111011111010000011111001011000011010110100111010001010111010010011111010011001101110111001 | efbe83e586b4e8ae93e99bb9 |
UHC | ??讓雹 | 001111110011111111100101110100111101101011011111 | 3f3fe5d3dadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)