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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 吏짿h吏짿 | 11101111101001111001111011101100101001111011111101101000111011111010011110011110111011001010011110111111 | efa79eeca7bf68efa79eeca7bf |
UHC | 吏짿h吏짿 | 111011001010011110100100010101100110100011101100101001111010010001010110 | eca7a45668eca7a456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)