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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ト?賍貭鈊ェ^ | 11000100001111111110011011011010111001101100001011111011110000111010101001011110 | c43fe6dae6c2fbc3aa5e |
EUC-JP | ト鏷賍貭鈊ェ^ | 100011101100010010001111111001011100111111101100110111001110110011000100100011111110001110111111100011101010101001011110 | 8ec48fe5cfecdcecc48fe3bf8eaa5e |
UTF-8 | ト鏷賍貭鈊ェ^ | 11101111101111101000010011101001100011111011011111101000101100111000110111101000101100101010110111101001100010001000101011101111101111011010101001011110 | efbe84e98fb7e8b38de8b2ade9888aefbdaa5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)