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 | 伍???θ? | 1000110011011110001111110011111100111111100000111100011000111111 | 8cde3f3f3f83c63f |
EUC-JP | 伍?đ旿θ? | 101110001110000000111111100011111010100111000010100011111100000111110100101001101100100000111111 | b8e03f8fa9c28fc1f4a6c83f |
UTF-8 | 伍섊đ旿θ틯 | 11100100101111001000110111101100100001001000101011000100100100011110011010010111101111111100111010111000111011011000101110101111 | e4bc8dec848ac491e697bfceb8ed8baf |
UHC | 伍섊đ旿θ틯 | 111001111110101010011000111001111010100110100010111001111111101010100101111010001011101010011001 | e7ea98e7a9a2e7faa5e8ba99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)