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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 奧??h奧? | 1001101011111010001111110011111101101000100110101111101000111111 | 9afa3f3f689afa3f |
EUC-JP | 奧??h奧? | 1101010011111100001111110011111101101000110101001111110000111111 | d4fc3f3f68d4fc3f |
UTF-8 | 奧됬즸h奧됬 | 11100101101001011010011111101011100100001010110011101100101001101011100001101000111001011010010110100111111010111001000010101100 | e5a5a7eb90aceca6b868e5a5a7eb90ac |
UHC | 奧됬즸h奧됬 | 1110011111110011100010011110011110100011100010100110100011100111111100111000100111100111 | e7f389e7a38a68e7f389e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)