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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テゃ讓雹」 | 1100001110000010111000011110011010101000111010001011100110100011 | c382e1e6a8e8b9a3 |
EUC-JP | テゃ讓雹」 | 10001110110000111010010011100011111011001010101011110000101110111000111010100011 | 8ec3a4e3ecaaf0bb8ea3 |
UTF-8 | テゃ讓雹」 | 111011111011111010000011111000111000001010000011111010001010111010010011111010011001101110111001111011111011110110100011 | efbe83e38283e8ae93e99bb9efbda3 |
UHC | ?ゃ讓雹? | 0011111110101010111000111110010111010011110110101101111100111111 | 3faae3e5d3dadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)