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 | 畧羆籖羆 | 1110000101011111111000111010111111100010110111011110001110101111 | e15fe3afe2dde3af |
EUC-JP | 畧羆籖羆 | 1110000111000000111001101011000111100100110111111110011010110001 | e1c0e6b1e4dfe6b1 |
UTF-8 | 畧羆籖羆 | 111001111001010110100111111001111011111010000110111001111011000110010110111001111011111010000110 | e795a7e7be86e7b196e7be86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)