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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 奧??h奧 | 10011010111110100011111100111111011010001001101011111010 | 9afa3f3f689afa |
EUC-JP | 奧??h奧 | 11010100111111000011111100111111011010001101010011111100 | d4fc3f3f68d4fc |
UTF-8 | 奧됬즸h奧 | 11100101101001011010011111101011100100001010110011101100101001101011100001101000111001011010010110100111 | e5a5a7eb90aceca6b868e5a5a7 |
UHC | 奧됬즸h奧 | 111001111111001110001001111001111010001110001010011010001110011111110011 | e7f389e7a38a68e7f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)