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 | 畧羆畸羆 | 1110000101011111111000111010111111100001011000101110001110101111 | e15fe3afe162e3af |
EUC-JP | 畧羆畸羆 | 1110000111000000111001101011000111100001110000111110011010110001 | e1c0e6b1e1c3e6b1 |
UTF-8 | 畧羆畸羆 | 111001111001010110100111111001111011111010000110111001111001010110111000111001111011111010000110 | e795a7e7be86e795b8e7be86 |
UHC | ??畸? | 0011111100111111110100011011000100111111 | 3f3fd1b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)