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 | 逍セ鮖ソ驤コ | 111001111001011010111110111010011011100110111111111010011000100010111010 | e796bee9b9bfe988ba |
EUC-JP | 逍セ鮖ソ驤コ | 111011011111011010001110101111101111001010111011100011101011111111110001111010001000111010111010 | edf68ebef2bb8ebff1e88eba |
UTF-8 | 逍セ鮖ソ驤コ | 111010011000000010001101111011111011110110111110111010011010111010010110111011111011110110111111111010011010100110100100111011111011110110111010 | e9808defbdbee9ae96efbdbfe9a9a4efbdba |
UHC | 逍????? | 11100001110011100011111100111111001111110011111100111111 | e1ce3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)