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 | テゃ謦雹」 | 1100001110000010111000011110011010010010111010001011100110100011 | c382e1e692e8b9a3 |
EUC-JP | テゃ謦雹」 | 10001110110000111010010011100011111010111111001011110000101110111000111010100011 | 8ec3a4e3ebf2f0bb8ea3 |
UTF-8 | テゃ謦雹」 | 111011111011111010000011111000111000001010000011111010001010110010100110111010011001101110111001111011111011110110100011 | efbe83e38283e8aca6e99bb9efbda3 |
UHC | ?ゃ?雹? | 00111111101010101110001100111111110110101101111100111111 | 3faae33fdadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)