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 | 舌??? | 1001000011100011001111110011111100111111 | 90e33f3f3f |
EUC-JP | 舌??? | 1100000011100101001111110011111100111111 | c0e53f3f3f |
UTF-8 | 舌롇렟뤾 | 111010001000100010001100111010111010000110000111111010111010000010011111111010111010010010111110 | e8888ceba187eba09feba4be |
UHC | 舌롇렟뤾 | 1110000011011111100011101100110110001110101100001000111111101010 | e0df8ecd8eb08fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)