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 | 游レ? | 1001111111100000100000111000110000111111 | 9fe0838c3f |
EUC-JP | 游レ? | 1101111011100010101001011110110000111111 | dee2a5ec3f |
UTF-8 | 游レ렦 | 111001101011100010111000111000111000001110101100111010111010000010100110 | e6b8b8e383aceba0a6 |
UHC | 游レ렦 | 111010101111110110101011111011001000111010110101 | eafdabec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)