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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
SJIS-WIN | 絶???Z絶 | 1001000011100010001111110011111100111111010110101001000011100010 | 90e23f3f3f5a90e2 |
EUC-JP | 絶???Z絶 | 1100000011100100001111110011111100111111010110101100000011100100 | c0e43f3f3f5ac0e4 |
UTF-8 | 絶꺨댐슥Z絶 | 11100111101101011011011011101010101110101010100011101011100011001001000011101100100010101010010101011010111001111011010110110110 | e7b5b6eabaa8eb8c90ec8aa55ae7b5b6 |
UHC | 絶꺨댐슥Z絶 | 1110111110111110100000111100111010110100111011111011110110111011010110101110111110111110 | efbe83ceb4efbdbb5aefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)