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 | ×ù]H | 11010111111110010101110101001000 | d7f95d48 |
SJIS-WIN | ×?]H | 1000000101111110001111110101110101001000 | 817e3f5d48 |
EUC-JP | ×ù]H | 10100001110111111000111110101011111000110101110101001000 | a1df8fabe35d48 |
UTF-8 | ×ù]H | 110000111001011111000011101110010101110101001000 | c397c3b95d48 |
UHC | ×?]H | 1010000110111111001111110101110101001000 | a1bf3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)