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 | ????E? | 001111110011111100111111001111110100010100111111 | 3f3f3f3f453f |
SJIS-WIN | 絶???E絶 | 1001000011100010001111110011111100111111010001011001000011100010 | 90e23f3f3f4590e2 |
EUC-JP | 絶???E絶 | 1100000011100100001111110011111100111111010001011100000011100100 | c0e43f3f3f45c0e4 |
UTF-8 | 絶꺨댐쉔E絶 | 11100111101101011011011011101010101110101010100011101011100011001001000011101100100010011001010001000101111001111011010110110110 | e7b5b6eabaa8eb8c90ec899445e7b5b6 |
UHC | 絶꺨댐쉔E絶 | 1110111110111110100000111100111010110100111011111011110110101000010001011110111110111110 | efbe83ceb4efbda845efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)