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 | 驍菩万竏ョ | 111010011000001010010101111011001001011010011100111000101000100010101110 | e98295ec969ce288ae |
EUC-JP | 驍菩万竏ョ | 11110001111000101100101011101110110010111111110011100011111010001000111010101110 | f1e2caeecbfce3e88eae |
UTF-8 | 驍菩万竏ョ | 111010011010100110001101111010001000111110101001111001001011100010000111111001111010101110001111111011111011110110101110 | e9a98de88fa9e4b887e7ab8fefbdae |
UHC | 驍菩万?? | 1111110110100100110111001100110011011000101100100011111100111111 | fda4dcccd8b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)