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 | 逍セ鮖ソ驩竸 | 11100111100101101011111011101001101110011011111111101001100010011001100101011110 | e796bee9b9bfe989995e |
EUC-JP | 逍セ鮖ソ驩竸 | 111011011111011010001110101111101111001010111011100011101011111111110001111010011101000110111111 | edf68ebef2bb8ebff1e9d1bf |
UTF-8 | 逍セ鮖ソ驩竸 | 111010011000000010001101111011111011110110111110111010011010111010010110111011111011110110111111111010011010100110101001111001111010101110111000 | e9808defbdbee9ae96efbdbfe9a9a9e7abb8 |
UHC | 逍???驩? | 1110000111001110001111110011111100111111111111001011111000111111 | e1ce3f3f3ffcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)