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 | 煜璽鰲スソ | 1111101101010101100011101010001111101001111000001011110110111111 | fb558ea3e9e0bdbf |
EUC-JP | 煜璽鰲スソ | 1000111111001001111111001011110010100101111100101110001010001110101111011000111010111111 | 8fc9fcbca5f2e28ebd8ebf |
UTF-8 | 煜璽鰲スソ | 111001111000010110011100111001111001001010111101111010011011000010110010111011111011110110111101111011111011110110111111 | e7859ce792bde9b0b2efbdbdefbdbf |
UHC | 煜璽鰲?? | 1110100111110010110111111101111011101000101001110011111100111111 | e9f2dfdee8a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)