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 | 貊鍋阜 | 111001101011101110010011111001111001010110001100 | e6bb93e7958c |
EUC-JP | 貊鍋阜 | 111011001011110111000110111010011100100111101100 | ecbdc6e9c9ec |
UTF-8 | 貊鍋阜 | 111010001011001010001010111010011000110110001011111010011001100010011100 | e8b28ae98d8be9989c |
UHC | 貊鍋阜 | 110110001110011111001110101001111101110110111101 | d8e7cea7ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)