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 | 須?? | 10010000011110110011111100111111 | 907b3f3f |
EUC-JP | 須?? | 10111111110111000011111100111111 | bfdc3f3f |
UTF-8 | 須렕롍 | 111010011010000010001000111010111010000010010101111010111010000110001101 | e9a088eba095eba18d |
UHC | 須렕롍 | 111000101100111010001110101010101000111011010011 | e2ce8eaa8ed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)