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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 村遜辰丹村 | 10010001101110101001000110111011100100100100001110010010010011111001000110111010 | 91ba91bb9243924f91ba |
EUC-JP | 村遜辰丹村 | 11000010101111001100001010111101110000111010010011000011101100001100001010111100 | c2bcc2bdc3a4c3b0c2bc |
UTF-8 | 村遜辰丹村 | 111001101001110110010001111010011000000110011100111010001011111010110000111001001011100010111001111001101001110110010001 | e69d91e9819ce8beb0e4b8b9e69d91 |
UHC | 村遜辰丹村 | 11110101101111011110000111100001111100101110001111010011101000011111010110111101 | f5bde1e1f2e3d3a1f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)