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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???洵θ? | 0011111100111111001111111001111110101011100000111100011000111111 | 3f3f3f9fab83c63f |
EUC-JP | 邕??洵θ? | 10001111111000011110110100111111001111111101111010101101101001101100100000111111 | 8fe1ed3f3fdeada6c83f |
UTF-8 | 邕잛뜾洵θ퍨 | 1110100110000010100101011110110010011110100110111110101110011100101111101110011010110100101101011100111010111000111011011000110110101000 | e98295ec9e9beb9cbee6b4b5ceb8ed8da8 |
UHC | 邕잛뜾洵θ퍨 | 111010001011101110011111111011001000110110111001111000101110011110100101111010001011101110011111 | e8bb9fec8db9e2e7a5e8bb9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)