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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 剰曺ッ | 1000111111101000111110101101111010101111 | 8fe8fadeaf |
EUC-JP | 剰曺ッ | 10111110111010101000111111000010111011011000111010101111 | beea8fc2ed8eaf |
UTF-8 | 剰曺ッ | 111001011000100110110000111001101001101110111010111011111011110110101111 | e589b0e69bbaefbdaf |
UHC | ?曺? | 00111111111100001100011000111111 | 3ff0c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)