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 | 謇ル執 | 111001101000100110000011100010111000111010110111 | e689838b8eb7 |
EUC-JP | 謇ル執 | 111010111110100110100101111010111011110010111001 | ebe9a5ebbcb9 |
UTF-8 | 謇ル執 | 111010001010110010000111111000111000001110101011111001011001111110110111 | e8ac87e383abe59fb7 |
UHC | ?ル執 | 0011111110101011111010111111001011111011 | 3fabebf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)