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 | ??D??? | 001111110011111101000100001111110011111100111111 | 3f3f443f3f3f |
SJIS-WIN | 釭鹿Dンァ | 111110111011110110001110101011010100010011110001111000001101110110100111 | fbbd8ead44f1e0dda7 |
EUC-JP | 釭鹿D?ンァ | 1000111111100011101011111011110010101111010001000011111110001110110111011000111010100111 | 8fe3afbcaf443f8edd8ea7 |
UTF-8 | 釭鹿Dンァ | 11101001100001111010110111101001101110011011111101000100111011101000010110011011111011111011111010011101111011111011110110100111 | e987ade9b9bf44ee859befbe9defbda7 |
UHC | ?鹿D??? | 00111111110101101110001101000100001111110011111100111111 | 3fd6e3443f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)