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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 錵ル臭裼 | 1110100001000101100000111000101110001111010011001110010111100111 | e845838b8f4ce5e7 |
| EUC-JP | 錵ル臭裼 | 1110111110100110101001011110101110111101101011011110101011101001 | efa6a5ebbdadeae9 |
| UTF-8 | 錵ル臭裼 | 111010011000110010110101111000111000001110101011111010001000011110101101111010001010001110111100 | e98cb5e383abe887ade8a3bc |
| UHC | ?ル臭? | 001111111010101111101011111101101010101100111111 | 3fabebf6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)