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 | テ篠敕ッツシ | 1100001110001110110000101001110111000011101011111100001010111100 | c38ec29dc3afc2bc |
EUC-JP | テ篠敕ッツシ | 100011101100001110111100110001001101101011000101100011101010111110001110110000101000111010111100 | 8ec3bcc4dac58eaf8ec28ebc |
UTF-8 | テ篠敕ッツシ | 111011111011111010000011111001111010111110100000111001101001010110010101111011111011110110101111111011111011111010000010111011111011110110111100 | efbe83e7afa0e69595efbdafefbe82efbdbc |
UHC | ?篠???? | 00111111111000011100011000111111001111110011111100111111 | 3fe1c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)