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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ー酊ス | 111100101010000110110000111001111100001010111101 | f2a1b0e7c2bd |
EUC-JP | ?ー酊ス | 00111111100011101011000011101110110001001000111010111101 | 3f8eb0eec48ebd |
UTF-8 | ー酊ス | 111011101000011110011000111011111011110110110000111010011000010110001010111011111011110110111101 | ee8798efbdb0e9858aefbdbd |
UHC | ??酊? | 0011111100111111111011111111100000111111 | 3f3feff83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)