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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 棟?荏H | 100100111000111100111111100010010110000001001000 | 938f3f896048 |
EUC-JP | 棟?荏H | 110001011110111100111111101100011100000101001000 | c5ef3fb1c148 |
UTF-8 | 棟룫荏H | 11100110101000111001111111101011101000111010101111101000100011011000111101001000 | e6a39feba3abe88d8f48 |
UHC | 棟룫荏H | 11010100110101101000111110100010111011001111101101001000 | d4d68fa2ecfb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)