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 | 隶鍋阜 | 111010001010111010010011111001111001010110001100 | e8ae93e7958c |
EUC-JP | 隶鍋阜 | 111100001011000011000110111010011100100111101100 | f0b0c6e9c9ec |
UTF-8 | 隶鍋阜 | 111010011001101010110110111010011000110110001011111010011001100010011100 | e99ab6e98d8be9989c |
UHC | ?鍋阜 | 0011111111001110101001111101110110111101 | 3fcea7ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)