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 | 羚粋蟹 | 111000111011011110010000100010001000101001001001 | e3b790888a49 |
EUC-JP | 羚粋蟹 | 111001101011100110111111111010001011001110101010 | e6b9bfe8b3aa |
UTF-8 | 羚粋蟹 | 111001111011111010011010111001111011001010001011111010001001111110111001 | e7be9ae7b28be89fb9 |
UHC | 羚?蟹 | 1101011010111110001111111111101010101111 | d6be3ffaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)