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 | 円??節η? | 100010010111111000111111001111111001000011011111100000111100010100111111 | 897e3f3f90df83c53f |
EUC-JP | 円??節η? | 101100011101111100111111001111111100000011100001101001101100011100111111 | b1df3f3fc0e1a6c73f |
UTF-8 | 円띨뙺節η뮵 | 1110010110000110100001101110101110011101101010001110101110011001101110101110011110101111100000001100111010110111111010111010111010110101 | e58686eb9da8eb99bae7af80ceb7ebaeb5 |
UHC | 円띨뙺節η뮵 | 111001011111011110110110111011101000110010111101111011111011110110100101111001111001001010111101 | e5f7b6ee8cbdefbda5e792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)