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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮狗判繩ァ | 111010011001101110001011111001111001010010111011111000111000101010100111 | e99b8be794bbe38aa7 |
EUC-JP | 髮狗判繩ァ | 11110001111110111011011011101001110010001011110111100101111010101000111010100111 | f1fbb6e9c8bde5ea8ea7 |
UTF-8 | 髮狗判繩ァ | 111010011010101110101110111001111000101110010111111001011000100010100100111001111011100110101001111011111011110110100111 | e9abaee78b97e588a4e7b9a9efbda7 |
UHC | 髮狗判繩? | 110110111010010111001111101101111111011111110111111000111011000100111111 | dba5cfb7f7f7e3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)