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 | 粃穹粃 | 111000101110000111100010011101011110001011100001 | e2e1e275e2e1 |
EUC-JP | 粃穹粃 | 111001001110001111100011110101101110010011100011 | e4e3e3d6e4e3 |
UTF-8 | 粃穹粃 | 111001111011001010000011111001111010100110111001111001111011001010000011 | e7b283e7a9b9e7b283 |
UHC | 粃穹粃 | 110111011111101111001111111000101101110111111011 | ddfbcfe2ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)