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 | 豎晁ィュ | 111001101011000110011101111010001010100010101101 | e6b19de8a8ad |
EUC-JP | 豎晁ィュ | 1110110010110011110110101110101010001110101010001000111010101101 | ecb3daea8ea88ead |
UTF-8 | 豎晁ィュ | 111010001011000110001110111001101001100110000001111011111011110110101000111011111011110110101101 | e8b18ee69981efbda8efbdad |
UHC | ?晁?? | 0011111111110000110001010011111100111111 | 3ff0c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)